Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Loosen version dependency on faraday.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabello committed Mar 9, 2019
1 parent 4d16923 commit 4c4dd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rollbar-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RollbarApi
VERSION = "0.2.3"
VERSION = "0.3.0"
end
2 changes: 1 addition & 1 deletion rollbar-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.add_dependency "activesupport", ">= 4"
spec.add_dependency "faraday", "0.12.1"
spec.add_dependency "faraday", "< 1.0"
spec.add_dependency "recursive-open-struct"

spec.add_development_dependency "bundler", "~> 1.14"
Expand Down

0 comments on commit 4c4dd58

Please sign in to comment.