We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6957f68 commit 7bedc87Copy full SHA for 7bedc87
1 file changed
Gemfile
@@ -22,7 +22,7 @@ when 'mysql'
22
when 'postgresql'
23
gem 'pg'
24
else
25
- gem 'sqlite3'
+ gem 'sqlite3', '~> 1.4'
26
end
27
28
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('3')
0 commit comments