Skip to content

Commit c2ece4d

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent d695146 commit c2ece4d

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

11-
gem "sqlite3", "~> 1.7.0"
11+
gem "sqlite3", "~> 2.7.0"
1212
gem "pg", "~> 1.6.0"
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
@@ -396,8 +396,8 @@ GEM
396396
actionpack (>= 6.1)
397397
activesupport (>= 6.1)
398398
sprockets (>= 3.0.0)
399-
sqlite3 (1.7.3-arm64-darwin)
400-
sqlite3 (1.7.3-x86_64-linux)
399+
sqlite3 (2.7.4-arm64-darwin)
400+
sqlite3 (2.7.4-x86_64-linux-gnu)
401401
stringio (3.1.7)
402402
thor (1.4.0)
403403
timeout (0.4.3)
@@ -438,7 +438,7 @@ DEPENDENCIES
438438
rubocop-config-captive (~> 1.16.0)
439439
shoulda-matchers (~> 6.5.0)
440440
sprockets-rails (~> 3.5.0)
441-
sqlite3 (~> 1.7.0)
441+
sqlite3 (~> 2.7.0)
442442
webmock (~> 3.25.0)
443443
yard (~> 0.9.34)
444444

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

9-
gem "sqlite3", "1.7.3"
9+
gem "sqlite3", "2.7.4"
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
@@ -61,7 +61,6 @@ GEM
6161
loofah (2.24.1)
6262
crass (~> 1.0.2)
6363
nokogiri (>= 1.12.0)
64-
mini_portile2 (2.8.9)
6564
minitest (5.25.5)
6665
nio4r (2.7.4)
6766
nokogiri (1.18.9-arm64-darwin)
@@ -132,8 +131,8 @@ GEM
132131
actionpack (>= 6.1)
133132
activesupport (>= 6.1)
134133
sprockets (>= 3.0.0)
135-
sqlite3 (1.7.3)
136-
mini_portile2 (~> 2.8.0)
134+
sqlite3 (2.7.4-arm64-darwin)
135+
sqlite3 (2.7.4-x86_64-linux-gnu)
137136
stringio (3.1.7)
138137
thor (1.4.0)
139138
tzinfo (2.0.6)
@@ -150,7 +149,7 @@ DEPENDENCIES
150149
captive-crash-reporter!
151150
puma (= 6.6.1)
152151
sprockets-rails (= 3.5.2)
153-
sqlite3 (= 1.7.3)
152+
sqlite3 (= 2.7.4)
154153

155154
BUNDLED WITH
156155
2.4.17

0 commit comments

Comments
 (0)