Skip to content

Commit

Permalink
Rails 4.x depends on bigdecimal 1.x
Browse files Browse the repository at this point in the history
because Rails 4 internally calls `BigDecimal.new` which has been removed
since bigdecimal 2.0.
  • Loading branch information
amatsuda committed Aug 11, 2024
1 parent f40b743 commit 42835a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.rails-4.2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
gem 'activerecord-import'
gem 'tins', '~> 1.6.0', platforms: [:ruby_19]

gem 'bigdecimal', '~> 1.4'

gem "rspec"

platforms :rbx do
Expand Down

0 comments on commit 42835a9

Please sign in to comment.