Skip to content

Commit

Permalink
Merge pull request #12 from sporkmonger/master
Browse files Browse the repository at this point in the history
MultiJson dependency uses ~> but should be >=
  • Loading branch information
progrium committed Jul 20, 2012
2 parents 7735162 + 4e668ed commit 54a1571
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 @@ -8,7 +8,7 @@ Echoe.new('jwt', '0.1.5') do |p|
p.author = "Jeff Lindsay"
p.email = "jeff.lindsay@twilio.com"
p.ignore_pattern = ["tmp/*"]
p.runtime_dependencies = ["multi_json ~>1.0"]
p.runtime_dependencies = ["multi_json >=1.0"]
p.development_dependencies = ["echoe >=4.6.3"]
end

Expand Down

0 comments on commit 54a1571

Please sign in to comment.