We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e99f0 commit 06628e1Copy full SHA for 06628e1
Gemfile
@@ -13,7 +13,7 @@ gemspec
13
14
gem "appraisal"
15
gem "pg"
16
-gem "sqlite3", "~> 1.7"
+gem "sqlite3"
17
gem "standard"
18
gem "webmock"
19
Gemfile.lock
@@ -244,9 +244,9 @@ GEM
244
faraday (>= 0.17.5, < 3.a)
245
jwt (>= 1.5, < 3.0)
246
multi_json (~> 1.10)
247
- sqlite3 (1.7.3-arm64-darwin)
248
- sqlite3 (1.7.3-x86_64-darwin)
249
- sqlite3 (1.7.3-x86_64-linux)
+ sqlite3 (2.4.1-arm64-darwin)
+ sqlite3 (2.4.1-x86_64-darwin)
+ sqlite3 (2.4.1-x86_64-linux-gnu)
250
standard (1.43.0)
251
language_server-protocol (~> 3.17.0.2)
252
lint_roller (~> 1.0)
@@ -292,7 +292,7 @@ DEPENDENCIES
292
googleauth (~> 1.1)
293
noticed!
294
pg
295
- sqlite3 (~> 1.7)
+ sqlite3
296
standard
297
webmock
298
0 commit comments