Skip to content

Commit 5d190c9

Browse files
Use current sqlite for current Rails versions
1 parent 9fb3a4a commit 5d190c9

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,11 +13,7 @@ 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'
2117

2218
if ['~> 6.1', '~> 7.0'].include? ENV['RAILS_VERSION']
2319
gem 'concurrent-ruby', '1.3.4'

0 commit comments

Comments
 (0)