We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ebbf1 commit 8d8e7c7Copy full SHA for 8d8e7c7
specs_e2e/rails_4_2/Gemfile
@@ -3,6 +3,9 @@ source 'https://rubygems.org'
3
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4
gem 'rails', '~> 4.2.10'
5
gem 'sprockets', '~> 3.7.2'
6
+# Solution for issue: NoMethodError: undefined method `new' for BigDecimal:Class
7
+# https://github.com/ruby/bigdecimal?tab=readme-ov-file#which-version-should-you-select
8
+gem 'bigdecimal', '1.3.5'
9
10
group :development, :test do
11
gem 'vcr'
0 commit comments