Skip to content

Commit

Permalink
Lock bigdecimal only for Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 21, 2024
1 parent 9ec6abc commit fd94158
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@ end

appraise "rails-5" do
gem 'activemodel', '~> 5.2'
gem 'bigdecimal'
gem 'sqlite3', '~> 1.4.0'
gem 'i18n', '~> 1.5.1'
end

appraise "rails-6" do
gem 'activemodel', '~> 6.1'
gem 'bigdecimal'
gem 'sqlite3', '~> 2.0'
end

appraise "rails-7" do
gem 'activemodel', '~> 7.1'
gem 'bigdecimal'
gem 'sqlite3', '~> 2.0'
end

0 comments on commit fd94158

Please sign in to comment.