Skip to content

Commit

Permalink
Lock json to ~> 1.0 to support ruby 1.9 (should probably drop support…
Browse files Browse the repository at this point in the history
… soon)
  • Loading branch information
camertron committed Jul 7, 2016
1 parent 7c818d5 commit c1063f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter_cldr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.has_rdoc = true
s.summary = "Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more."

s.add_dependency 'json'
s.add_dependency 'json', '~> 1.0'
s.add_dependency 'camertron-eprun'
s.add_dependency 'tzinfo'
s.add_dependency 'cldr-plurals-runtime-rb', '~> 1.0.0'
Expand Down

0 comments on commit c1063f7

Please sign in to comment.