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.
2 parents 417285f + 34a6b0b commit fc9b4f3Copy full SHA for fc9b4f3
2 files changed
Gemfile
@@ -21,7 +21,7 @@ group :test do
21
gem 'mysql2'
22
gem 'pg'
23
gem 'solidus_auth_devise'
24
- gem 'sqlite3'
+ gem 'sqlite3', '~> 1.4'
25
end
26
27
# Use a local Gemfile to include development dependencies that might not be
lib/solidus_dev_support/templates/extension/Gemfile.tt
@@ -30,7 +30,7 @@ when 'mysql'
30
when 'postgresql'
31
32
else
33
34
35
36
# While we still support Ruby < 3 we need to workaround a limitation in
0 commit comments