Skip to content

Commit 5211aff

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent fb8b9c6 commit 5211aff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.4.0"
1010

11-
gem "sqlite3", "~> 1.7.0"
11+
gem "sqlite3", "~> 2.0.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
@@ -377,8 +377,8 @@ GEM
377377
actionpack (>= 5.2)
378378
activesupport (>= 5.2)
379379
sprockets (>= 3.0.0)
380-
sqlite3 (1.7.3-arm64-darwin)
381-
sqlite3 (1.7.3-x86_64-linux)
380+
sqlite3 (2.0.3-arm64-darwin)
381+
sqlite3 (2.0.3-x86_64-linux-gnu)
382382
stringio (3.1.1)
383383
strscan (3.1.0)
384384
thor (1.3.1)
@@ -418,7 +418,7 @@ DEPENDENCIES
418418
rubocop-config-captive (~> 1.12.0)
419419
shoulda-matchers (~> 6.2.0)
420420
sprockets-rails (~> 3.4.2)
421-
sqlite3 (~> 1.7.0)
421+
sqlite3 (~> 2.0.0)
422422
webmock (~> 3.23.0)
423423
yard (~> 0.9.34)
424424

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

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

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

captive-crash-reporter/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ GEM
117117
actionpack (>= 5.2)
118118
activesupport (>= 5.2)
119119
sprockets (>= 3.0.0)
120-
sqlite3 (1.7.3-arm64-darwin)
121-
sqlite3 (1.7.3-x86_64-linux)
120+
sqlite3 (2.0.3-arm64-darwin)
121+
sqlite3 (2.0.3-x86_64-linux-gnu)
122122
stringio (3.1.1)
123123
thor (1.3.1)
124124
tzinfo (2.0.6)
@@ -134,7 +134,7 @@ DEPENDENCIES
134134
captive-crash-reporter!
135135
puma (= 6.4.2)
136136
sprockets-rails (= 3.4.2)
137-
sqlite3 (= 1.7.3)
137+
sqlite3 (= 2.0.3)
138138

139139
BUNDLED WITH
140140
2.4.17

0 commit comments

Comments
 (0)