Skip to content

Commit ebc6a64

Browse files
committed
Fix tests for Ruby 2.4
1 parent 21ffeff commit ebc6a64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gemfiles/rails_4_2.gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ gem "sqlite3", "~> 1.3.6"
77
gem "pg", "~> 0.15"
88
gem "i18n", "<= 1.5.1"
99

10+
# Ruby 2.4 tried to use bigdecimal 3, which removed BigDecimal.new
11+
gem "bigdecimal", "1.3.5"
12+
1013
gemspec path: "../"

0 commit comments

Comments
 (0)