Skip to content

Commit

Permalink
allow newer versions of rest-client in the 2.x series
Browse files Browse the repository at this point in the history
Resolves accredible#7
  • Loading branch information
ragesoss authored Oct 12, 2021
1 parent d7cb1c5 commit 263ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accredible-api-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")

s.add_dependency("rest-client", "~> 2.0.2")
s.add_dependency("rest-client", "~> 2.0")

s.add_development_dependency("byebug", "~> 8.2")
s.add_development_dependency("pry", "~> 0.10")
Expand Down

0 comments on commit 263ad89

Please sign in to comment.