Skip to content

Commit a699f40

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent 231c87b commit a699f40

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.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
@@ -398,8 +398,8 @@ GEM
398398
actionpack (>= 6.1)
399399
activesupport (>= 6.1)
400400
sprockets (>= 3.0.0)
401-
sqlite3 (1.7.3-arm64-darwin)
402-
sqlite3 (1.7.3-x86_64-linux)
401+
sqlite3 (2.7.4-arm64-darwin)
402+
sqlite3 (2.7.4-x86_64-linux-gnu)
403403
stringio (3.1.7)
404404
thor (1.4.0)
405405
timeout (0.4.3)
@@ -441,7 +441,7 @@ DEPENDENCIES
441441
rubocop-config-captive (~> 1.16.0)
442442
shoulda-matchers (~> 6.5.0)
443443
sprockets-rails (~> 3.5.0)
444-
sqlite3 (~> 1.7.0)
444+
sqlite3 (~> 2.7.0)
445445
webmock (~> 3.25.0)
446446
yard (~> 0.9.34)
447447

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.26.0)
6665
nio4r (2.7.4)
6766
nokogiri (1.18.10-arm64-darwin)
@@ -134,8 +133,8 @@ GEM
134133
actionpack (>= 6.1)
135134
activesupport (>= 6.1)
136135
sprockets (>= 3.0.0)
137-
sqlite3 (1.7.3)
138-
mini_portile2 (~> 2.8.0)
136+
sqlite3 (2.7.4-arm64-darwin)
137+
sqlite3 (2.7.4-x86_64-linux-gnu)
139138
stringio (3.1.7)
140139
thor (1.4.0)
141140
tsort (0.2.0)
@@ -153,7 +152,7 @@ DEPENDENCIES
153152
captive-crash-reporter!
154153
puma (= 6.6.1)
155154
sprockets-rails (= 3.5.2)
156-
sqlite3 (= 1.7.3)
155+
sqlite3 (= 2.7.4)
157156

158157
BUNDLED WITH
159158
2.4.17

0 commit comments

Comments
 (0)