Skip to content

Commit

Permalink
Set faraday to version 0.9.1; params encoding not working properly in…
Browse files Browse the repository at this point in the history
… 0.9.2
  • Loading branch information
rossta committed Nov 28, 2015
1 parent 69b5667 commit 80f7f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem "guard-rspec"
gem "launchy"
gem "oauth"
gem "pry"
gem "pry-byebug", platforms: :ruby_21
gem "pry-byebug", platforms: :ruby_20
gem "rake"
gem "rb-fsevent"
gem "rspec", "~> 3.3"
Expand Down
2 changes: 1 addition & 1 deletion tacokit.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "faraday"
spec.add_dependency "faraday", "0.9.1"
spec.add_dependency "faraday_middleware"
spec.add_dependency "simple_oauth"
spec.add_dependency "addressable"
Expand Down

0 comments on commit 80f7f56

Please sign in to comment.