Skip to content

Commit

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

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", "< 3.0"
gem.add_runtime_dependency "rest-client", ">= 2.0.0", "< 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 250dd9e

Please sign in to comment.