Skip to content

Commit

Permalink
bigdecimal has been gemified since Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jul 10, 2024
1 parent b4d1535 commit 8214567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gemspec

if ENV['RAILS_VERSION'] == 'edge'
gem 'rails', git: 'https://github.com/rails/rails.git'
gem 'rails', path: '~/src/github.com/rails/rails'
elsif ENV['RAILS_VERSION']
gem 'rails', "~> #{ENV['RAILS_VERSION']}.0"
else
Expand All @@ -16,6 +16,7 @@ end
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
gem 'selenium-webdriver'
gem 'bigdecimal'

rails_version = ENV['RAILS_VERSION'] || '∞'

Expand Down

0 comments on commit 8214567

Please sign in to comment.