]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Stick with bigdecimal 1.1 for ruby 1.9 compatibility
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 9bde0af13a287cc47f3095600a8843aa4d4d0245..76071aa2e7d48f00585d20277fa7a20596de237b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ source 'http://rubygems.org'
 gem 'rails', '3.2.12'
 
 # Require things which have moved to gems in ruby 1.9
-gem 'bigdecimal', :platforms => :ruby_19
+gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19
 
 # Require things which have moved to gems in ruby 2.0
 gem 'psych', :platforms => :ruby_20