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 21ce55a commit aad4b7eCopy full SHA for aad4b7e
Gemfile
@@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.8'
10
gem 'sprockets-rails'
11
12
# Use sqlite3 as the database for Active Record
13
-gem 'sqlite3', '~> 1.7'
+gem 'sqlite3', '~> 2.4'
14
15
gem 'pg'
16
Gemfile.lock
@@ -340,7 +340,7 @@ GEM
340
actionpack (>= 6.1)
341
activesupport (>= 6.1)
342
sprockets (>= 3.0.0)
343
- sqlite3 (1.7.3)
+ sqlite3 (2.4.1)
344
mini_portile2 (~> 2.8.0)
345
stimulus-rails (1.3.4)
346
railties (>= 6.0.0)
@@ -414,7 +414,7 @@ DEPENDENCIES
414
rubocop-rails
415
selenium-webdriver
416
sprockets-rails
417
- sqlite3 (~> 1.7)
+ sqlite3 (~> 2.4)
418
stimulus-rails
419
turbo-rails
420
tzinfo-data
0 commit comments