Skip to content

Commit c96f089

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent d614a57 commit c96f089

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
@@ -393,8 +393,8 @@ GEM
393393
actionpack (>= 6.1)
394394
activesupport (>= 6.1)
395395
sprockets (>= 3.0.0)
396-
sqlite3 (1.7.3-arm64-darwin)
397-
sqlite3 (1.7.3-x86_64-linux)
396+
sqlite3 (2.6.0-arm64-darwin)
397+
sqlite3 (2.6.0-x86_64-linux-gnu)
398398
stringio (3.1.7)
399399
thor (1.3.2)
400400
timeout (0.4.3)
@@ -435,7 +435,7 @@ DEPENDENCIES
435435
rubocop-config-captive (~> 1.16.0)
436436
shoulda-matchers (~> 6.5.0)
437437
sprockets-rails (~> 3.5.0)
438-
sqlite3 (~> 1.7.0)
438+
sqlite3 (~> 2.6.0)
439439
webmock (~> 3.25.0)
440440
yard (~> 0.9.34)
441441

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
@@ -60,7 +60,6 @@ GEM
6060
loofah (2.24.0)
6161
crass (~> 1.0.2)
6262
nokogiri (>= 1.12.0)
63-
mini_portile2 (2.8.8)
6463
minitest (5.25.5)
6564
nio4r (2.7.4)
6665
nokogiri (1.18.8-arm64-darwin)
@@ -130,8 +129,8 @@ GEM
130129
actionpack (>= 6.1)
131130
activesupport (>= 6.1)
132131
sprockets (>= 3.0.0)
133-
sqlite3 (1.7.3)
134-
mini_portile2 (~> 2.8.0)
132+
sqlite3 (2.6.0-arm64-darwin)
133+
sqlite3 (2.6.0-x86_64-linux-gnu)
135134
stringio (3.1.7)
136135
thor (1.3.2)
137136
tzinfo (2.0.6)
@@ -148,7 +147,7 @@ DEPENDENCIES
148147
captive-crash-reporter!
149148
puma (= 6.6.0)
150149
sprockets-rails (= 3.5.2)
151-
sqlite3 (= 1.7.3)
150+
sqlite3 (= 2.6.0)
152151

153152
BUNDLED WITH
154153
2.4.17

0 commit comments

Comments
 (0)