From 377bdbac837d6e9d67c1302c3ac43cf6a364bc47 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 30 Jun 2013 22:09:33 +0100 Subject: [PATCH 1/1] Stick with bigdecimal 1.1 for ruby 1.9 compatibility --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9bde0af13..76071aa2e 100644 --- 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 diff --git a/Gemfile.lock b/Gemfile.lock index ec220961b..993b08aa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM i18n (~> 0.6) multi_json (~> 1.0) arel (3.0.2) - bigdecimal (1.2.0) + bigdecimal (1.1.0) builder (3.0.4) climate_control (0.0.3) activesupport (>= 3.0) @@ -180,7 +180,7 @@ PLATFORMS DEPENDENCIES SystemTimer (>= 1.1.3) - bigdecimal + bigdecimal (~> 1.1.0) coffee-rails (~> 3.2.1) composite_primary_keys (>= 5.0.10) deadlock_retry (>= 1.2.0) -- 2.43.2