Skip to content

Commit

Permalink
Loosen rest-client version (#490)
Browse files Browse the repository at this point in the history
* Loosen rest-client version

* Test rest-client 2.0.0

* Revert "Test rest-client 2.0.0"

This reverts commit 9a8cee2.
  • Loading branch information
lekemula authored Sep 23, 2024
1 parent b8e0fcb commit 8dd54b2
Showing 1 changed file with 1 addition and 1 deletion.
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.1", "< 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 8dd54b2

Please sign in to comment.