Skip to content

Commit

Permalink
Stick with bigdecimal 1.1 for ruby 1.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 30, 2013
1 parent 8c79134 commit 377bdba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 377bdba

Please sign in to comment.