Skip to content

Commit

Permalink
build: update rest-client requirement from >= 2.0.0, < 2.1.0 to >= 2.…
Browse files Browse the repository at this point in the history
…0.0, < 2.2.0 (#62)
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 2750f78 commit 749677e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
crowdin-api (1.6.0)
open-uri (>= 0.1.0, < 0.2.0)
rest-client (>= 2.0.0, < 2.1.0)
rest-client (>= 2.0.0, < 2.2.0)

GEM
remote: https://rubygems.org/
Expand All @@ -21,6 +21,7 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
hashdiff (1.1.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
json (2.7.1)
Expand All @@ -42,7 +43,8 @@ GEM
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.3)
rest-client (2.0.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion crowdin-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.4'

gem.add_runtime_dependency 'open-uri', '>= 0.1.0', '< 0.2.0'
gem.add_runtime_dependency 'rest-client', '>= 2.0.0', '< 2.1.0'
gem.add_runtime_dependency 'rest-client', '>= 2.0.0', '< 2.2.0'

gem.add_development_dependency 'bundler', '~> 2.2', '>= 2.2.32'
gem.add_development_dependency 'codecov', '~> 0.6.0'
Expand Down

0 comments on commit 749677e

Please sign in to comment.