Skip to content

Commit

Permalink
Fix tests for Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLap committed Apr 20, 2024
1 parent 21ffeff commit ebc6a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gemfiles/rails_4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ gem "sqlite3", "~> 1.3.6"
gem "pg", "~> 0.15"
gem "i18n", "<= 1.5.1"

# Ruby 2.4 tried to use bigdecimal 3, which removed BigDecimal.new
gem "bigdecimal", "1.3.5"

gemspec path: "../"

0 comments on commit ebc6a64

Please sign in to comment.