We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ffeff commit ebc6a64Copy full SHA for ebc6a64
gemfiles/rails_4_2.gemfile
@@ -7,4 +7,7 @@ gem "sqlite3", "~> 1.3.6"
7
gem "pg", "~> 0.15"
8
gem "i18n", "<= 1.5.1"
9
10
+# Ruby 2.4 tried to use bigdecimal 3, which removed BigDecimal.new
11
+gem "bigdecimal", "1.3.5"
12
+
13
gemspec path: "../"
0 commit comments