Skip to content

Commit

Permalink
constrain simple_oauth version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb authored and mislav committed Jul 7, 2015
1 parent 804d5bd commit 5902d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'multi_xml', '>= 0.5.3'
gem 'rack-cache', '>= 1.1'
gem 'rake', '>= 0.9'
gem 'rash', '>= 0.3'
gem 'simple_oauth', '>= 0.1'
gem 'simple_oauth', '>= 0.1', '< 0.3'

group :test do
gem 'cane', '>= 2.2.2', :platforms => [:mri_19, :mri_20, :mri_21]
Expand Down

0 comments on commit 5902d56

Please sign in to comment.