Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #68 from mzahir/update/faraday
Browse files Browse the repository at this point in the history
Update faraday dependency for ruby 2.1
  • Loading branch information
Ruy Rocha committed Feb 21, 2014
2 parents 0915f6a + 0b6f9de commit bebf858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ notifications:
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beta-ish. Please report any issues you find. :)

[RDoc](http://rdoc.info/github/site5/lumberg/master/frames)

Confirmed to work with ruby 1.9.3, 2.0.0 and JRuby 1.9 mode on
Confirmed to work with ruby 1.9.3, 2.0.0, 2.1.0 and JRuby 1.9 mode on
cPanel 11.28+

[Build Status]: http://travis-ci.org/site5/lumberg
Expand Down
2 changes: 1 addition & 1 deletion lumberg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "lumberg"

s.add_runtime_dependency 'json', '~> 1.7.3'
s.add_runtime_dependency 'faraday', '~> 0.8.8'
s.add_runtime_dependency 'faraday', '~> 0.8.9'
s.add_runtime_dependency 'faraday_middleware', '~> 0.9.0'
s.add_runtime_dependency('jruby-openssl', '~> 0.7.3') if RUBY_PLATFORM == 'java'
s.add_development_dependency 'rspec', '~> 2.10.0'
Expand Down

0 comments on commit bebf858

Please sign in to comment.