Skip to content

Commit 8df299e

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent 7a91491 commit 8df299e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem "rails", "~> 7.1.0"
99
gem "puma", "~> 6.6.0"
1010

11-
gem "sqlite3", "~> 1.7.0"
11+
gem "sqlite3", "~> 2.6.0"
1212
gem "pg", "~> 1.5.3"
1313

1414
# Start debugger with binding.b [https://github.com/ruby/debug]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ GEM
390390
actionpack (>= 6.1)
391391
activesupport (>= 6.1)
392392
sprockets (>= 3.0.0)
393-
sqlite3 (1.7.3-arm64-darwin)
394-
sqlite3 (1.7.3-x86_64-linux)
393+
sqlite3 (2.6.0-arm64-darwin)
394+
sqlite3 (2.6.0-x86_64-linux-gnu)
395395
stringio (3.1.3)
396396
thor (1.3.2)
397397
timeout (0.4.3)
@@ -432,7 +432,7 @@ DEPENDENCIES
432432
rubocop-config-captive (~> 1.16.0)
433433
shoulda-matchers (~> 6.4.0)
434434
sprockets-rails (~> 3.5.0)
435-
sqlite3 (~> 1.7.0)
435+
sqlite3 (~> 2.6.0)
436436
webmock (~> 3.25.0)
437437
yard (~> 0.9.34)
438438

captive-crash-reporter/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
gem "puma", "6.6.0"
88

9-
gem "sqlite3", "1.7.3"
9+
gem "sqlite3", "2.6.0"
1010

1111
gem "sprockets-rails", "3.5.2"
1212

captive-crash-reporter/Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ GEM
5959
loofah (2.24.0)
6060
crass (~> 1.0.2)
6161
nokogiri (>= 1.12.0)
62-
mini_portile2 (2.8.8)
6362
minitest (5.25.4)
6463
nio4r (2.7.4)
6564
nokogiri (1.18.2-arm64-darwin)
@@ -128,8 +127,8 @@ GEM
128127
actionpack (>= 6.1)
129128
activesupport (>= 6.1)
130129
sprockets (>= 3.0.0)
131-
sqlite3 (1.7.3)
132-
mini_portile2 (~> 2.8.0)
130+
sqlite3 (2.6.0-arm64-darwin)
131+
sqlite3 (2.6.0-x86_64-linux-gnu)
133132
stringio (3.1.3)
134133
thor (1.3.2)
135134
tzinfo (2.0.6)
@@ -146,7 +145,7 @@ DEPENDENCIES
146145
captive-crash-reporter!
147146
puma (= 6.6.0)
148147
sprockets-rails (= 3.5.2)
149-
sqlite3 (= 1.7.3)
148+
sqlite3 (= 2.6.0)
150149

151150
BUNDLED WITH
152151
2.4.17

0 commit comments

Comments
 (0)