Skip to content

Commit

Permalink
Pin version of bigdecimal for ruby 2.4 (#1417)
Browse files Browse the repository at this point in the history
* Pin version of bigdecimal for ruby 2.4

* No reason to use the optimistic version constraint
  • Loading branch information
estolfo committed Sep 13, 2023
1 parent 8d4a30c commit 584fef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create('2.5.0') && !defined
gem 'sneakers', github: 'jondot/sneakers', ref: 'd761dfe1493', require: nil
end

if Gem::Version.create(RUBY_VERSION) <= Gem::Version.create('2.5.0')
gem 'bigdecimal', '1.3.5'
end

group :bench do
gem 'ruby-prof', require: nil, platforms: %i[ruby]
gem 'stackprof', require: nil, platforms: %i[ruby]
Expand Down

0 comments on commit 584fef4

Please sign in to comment.