Skip to content

Commit 15599fb

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent d7c51b6 commit 15599fb

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

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.5.0"
1010

11-
gem "sqlite3", "~> 1.7.0"
11+
gem "sqlite3", "~> 2.5.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
@@ -385,8 +385,8 @@ GEM
385385
actionpack (>= 6.1)
386386
activesupport (>= 6.1)
387387
sprockets (>= 3.0.0)
388-
sqlite3 (1.7.3-arm64-darwin)
389-
sqlite3 (1.7.3-x86_64-linux)
388+
sqlite3 (2.5.0-arm64-darwin)
389+
sqlite3 (2.5.0-x86_64-linux-gnu)
390390
stringio (3.1.2)
391391
thor (1.3.2)
392392
timeout (0.4.3)
@@ -426,7 +426,7 @@ DEPENDENCIES
426426
rubocop-config-captive (~> 1.16.0)
427427
shoulda-matchers (~> 6.4.0)
428428
sprockets-rails (~> 3.5.0)
429-
sqlite3 (~> 1.7.0)
429+
sqlite3 (~> 2.5.0)
430430
webmock (~> 3.24.0)
431431
yard (~> 0.9.34)
432432

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.5.0"
88

9-
gem "sqlite3", "1.7.3"
9+
gem "sqlite3", "2.5.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
@@ -58,7 +58,6 @@ GEM
5858
loofah (2.23.1)
5959
crass (~> 1.0.2)
6060
nokogiri (>= 1.12.0)
61-
mini_portile2 (2.8.8)
6261
minitest (5.25.4)
6362
nio4r (2.7.4)
6463
nokogiri (1.18.0-arm64-darwin)
@@ -122,8 +121,8 @@ GEM
122121
actionpack (>= 6.1)
123122
activesupport (>= 6.1)
124123
sprockets (>= 3.0.0)
125-
sqlite3 (1.7.3)
126-
mini_portile2 (~> 2.8.0)
124+
sqlite3 (2.5.0-arm64-darwin)
125+
sqlite3 (2.5.0-x86_64-linux-gnu)
127126
stringio (3.1.2)
128127
thor (1.3.2)
129128
tzinfo (2.0.6)
@@ -140,7 +139,7 @@ DEPENDENCIES
140139
captive-crash-reporter!
141140
puma (= 6.5.0)
142141
sprockets-rails (= 3.5.2)
143-
sqlite3 (= 1.7.3)
142+
sqlite3 (= 2.5.0)
144143

145144
BUNDLED WITH
146145
2.4.17

0 commit comments

Comments
 (0)