Skip to content

Commit

Permalink
Bump version from 2.2.4 to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jan 16, 2024
1 parent fc78bfc commit 115cf36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ontologies_api_client (2.2.4)
ontologies_api_client (2.2.5)
activesupport (= 7.0.8)
addressable (~> 2.8)
excon
Expand All @@ -21,13 +21,14 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.5)
coderay (1.1.3)
concurrent-ruby (1.2.2)
excon (0.105.0)
excon (0.109.0)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
Expand All @@ -51,7 +52,8 @@ GEM
minitest (> 5.3)
multi_json (1.15.0)
multipart-post (2.3.0)
oj (3.16.1)
oj (3.16.3)
bigdecimal (>= 3.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/ontologies_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LinkedData
module Client
VERSION = '2.2.4'
VERSION = '2.2.5'
end
end

0 comments on commit 115cf36

Please sign in to comment.