Skip to content

Commit

Permalink
Allow JSON >= 1.7.7 to be used with FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Tray Torrance committed Jun 21, 2013
1 parent 12c1cf5 commit 2346481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

# For parsing JSON (required for some Python support, etc)
# http://flori.github.com/json/doc/index.html
spec.add_dependency("json", "~> 1.7.7") # license: Ruby License
spec.add_dependency("json", ">= 1.7.7") # license: Ruby License

# For logging
# https://github.com/jordansissel/ruby-cabin
Expand Down

0 comments on commit 2346481

Please sign in to comment.