From c1063f7fe55930ae69d580d9f40fc64c6830c2bd Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Thu, 7 Jul 2016 10:52:53 -0700 Subject: [PATCH] Lock json to ~> 1.0 to support ruby 1.9 (should probably drop support soon) --- twitter_cldr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter_cldr.gemspec b/twitter_cldr.gemspec index a37bc57a9..6d1eadcf8 100644 --- a/twitter_cldr.gemspec +++ b/twitter_cldr.gemspec @@ -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'