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 84ccc52 commit 3d715ddCopy full SHA for 3d715dd
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.0'
14
15
gem 'pg'
16
Gemfile.lock
@@ -342,7 +342,7 @@ GEM
342
actionpack (>= 6.1)
343
activesupport (>= 6.1)
344
sprockets (>= 3.0.0)
345
- sqlite3 (1.7.3)
+ sqlite3 (2.0.4)
346
mini_portile2 (~> 2.8.0)
347
stimulus-rails (1.3.4)
348
railties (>= 6.0.0)
@@ -418,7 +418,7 @@ DEPENDENCIES
418
rubocop-rails
419
selenium-webdriver
420
sprockets-rails
421
- sqlite3 (~> 1.7)
+ sqlite3 (~> 2.0)
422
stimulus-rails
423
turbo-rails
424
tzinfo-data
0 commit comments