Skip to content

Commit

Permalink
Bump version from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jan 13, 2023
1 parent f80a1b5 commit 20e4918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.0)
ontologies_api_client (2.2.1)
activesupport (= 6.1.5.1)
addressable (~> 2.8)
excon
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
json (2.6.3)
lz4-ruby (0.3.3)
method_source (1.0.0)
minitest (5.16.3)
minitest (5.17.0)
multi_json (1.15.0)
multipart-post (2.2.3)
oj (3.13.23)
Expand Down
2 changes: 1 addition & 1 deletion ontologies_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = 'ontologies_api_client'
gem.require_paths = ['lib']
gem.version = '2.2.0'
gem.version = '2.2.1'

gem.add_dependency('activesupport', '6.1.5.1')
gem.add_dependency('addressable', '~> 2.8')
Expand Down

0 comments on commit 20e4918

Please sign in to comment.