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 b713555 commit 88990ddCopy full SHA for 88990dd
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
@@ -343,7 +343,7 @@ GEM
343
actionpack (>= 6.1)
344
activesupport (>= 6.1)
345
sprockets (>= 3.0.0)
346
- sqlite3 (1.7.3)
+ sqlite3 (2.0.4)
347
mini_portile2 (~> 2.8.0)
348
stimulus-rails (1.3.3)
349
railties (>= 6.0.0)
@@ -419,7 +419,7 @@ DEPENDENCIES
419
rubocop-rails
420
selenium-webdriver
421
sprockets-rails
422
- sqlite3 (~> 1.7)
+ sqlite3 (~> 2.0)
423
stimulus-rails
424
turbo-rails
425
tzinfo-data
0 commit comments