Skip to content

Commit 9891049

Browse files
Use current sqlite for current Rails versions
1 parent cf9e05e commit 9891049

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ if ENV['ORM'] == 'mongoid'
1313
gem 'mongoid', ENV['MONGOID_VERSION'] || '~> 7.5'
1414
end
1515

16-
if ENV['RAILS_VERSION'] == '~> 8.0'
17-
gem 'sqlite3', '~> 2.1'
18-
else
19-
gem 'sqlite3', '~> 1.6', '>= 1.6.6'
20-
end
16+
gem 'sqlite3', '~> 2.8'

0 commit comments

Comments
 (0)