Skip to content

Commit

Permalink
Test rest-client 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed Sep 17, 2024
1 parent 665acad commit 9a8cee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

source "https://rubygems.org"

gem "rest-client", "2.0.0"
gemspec name: "nylas"
2 changes: 1 addition & 1 deletion nylas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|

# Runtime dependencies
gem.add_runtime_dependency "mime-types", "~> 3.5", ">= 3.5.1"
gem.add_runtime_dependency "rest-client", ">= 2.0.0", "< 3.0"
gem.add_runtime_dependency "rest-client", "~> 2", "< 3.0"
gem.add_runtime_dependency "yajl-ruby", "~> 1.4.3", ">= 1.2.1"

# Add remaining gem details and dev dependencies
Expand Down

0 comments on commit 9a8cee2

Please sign in to comment.