Skip to content

Commit

Permalink
gem update for twitter 1.7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Jędras committed Nov 5, 2011
1 parent 23aa5da commit 6236a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-oauth/oa-oauth.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'multi_xml', '0.4.0' gem.add_runtime_dependency 'multi_xml', '0.4.0'
gem.add_runtime_dependency 'oa-core', OmniAuth::Version::STRING gem.add_runtime_dependency 'oa-core', OmniAuth::Version::STRING
gem.add_runtime_dependency 'oauth', '~> 0.4.0' gem.add_runtime_dependency 'oauth', '~> 0.4.0'
gem.add_runtime_dependency 'oauth2', '~> 0.4.1' gem.add_runtime_dependency 'oauth2', '0.5.1'
gem.add_development_dependency 'evernote', '~> 0.9' gem.add_development_dependency 'evernote', '~> 0.9'
gem.add_development_dependency 'maruku', '~> 0.6' gem.add_development_dependency 'maruku', '~> 0.6'
gem.add_development_dependency 'rack-test', '~> 0.5' gem.add_development_dependency 'rack-test', '~> 0.5'
Expand Down

0 comments on commit 6236a08

Please sign in to comment.