Skip to content

Commit

Permalink
Remove lock from activemodel and sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 21, 2024
1 parent fd94158 commit 78d84f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ appraise "rails-4" do
end

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

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

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

0 comments on commit 78d84f0

Please sign in to comment.