Skip to content

Commit

Permalink
Relax oauth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Oct 29, 2012
1 parent 6253565 commit e80230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocardless.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require File.expand_path('../lib/gocardless/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_runtime_dependency 'oauth2', '~> 0.7.1'
gem.add_runtime_dependency 'oauth2', '~> 0.7'
gem.add_runtime_dependency 'multi_json', '~> 1.0'

gem.add_development_dependency 'rspec', '~> 2.6'
Expand Down

0 comments on commit e80230a

Please sign in to comment.