Skip to content

Commit

Permalink
Stupid dependency foible.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Jun 19, 2010
1 parent d471df7 commit 631a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ begin
gem.homepage = "http://github.com/intridea/oauth2"
gem.authors = ["Michael Bleigh"]
gem.add_dependency 'faraday', '~> 0.4.1'
gem.add_dependency 'multi_json >= 0.0.4'
gem.add_dependency 'multi_json', '>= 0.0.4'
gem.add_development_dependency "rspec", ">= 1.2.9"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit 631a1d4

Please sign in to comment.