Skip to content

Commit fbeb16d

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent 64f0964 commit fbeb16d

4 files changed

Lines changed: 8 additions & 8 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.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
@@ -373,8 +373,8 @@ GEM
373373
actionpack (>= 5.2)
374374
activesupport (>= 5.2)
375375
sprockets (>= 3.0.0)
376-
sqlite3 (1.7.3-arm64-darwin)
377-
sqlite3 (1.7.3-x86_64-linux)
376+
sqlite3 (2.0.0-arm64-darwin)
377+
sqlite3 (2.0.0-x86_64-linux-gnu)
378378
stringio (3.1.0)
379379
thor (1.3.1)
380380
timeout (0.4.1)
@@ -413,7 +413,7 @@ DEPENDENCIES
413413
rubocop-config-captive (~> 1.11.0)
414414
shoulda-matchers (~> 6.2.0)
415415
sprockets-rails (~> 3.4.2)
416-
sqlite3 (~> 1.7.0)
416+
sqlite3 (~> 2.0.0)
417417
webmock (~> 3.23.0)
418418
yard (~> 0.9.34)
419419

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.0"
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
@@ -115,8 +115,8 @@ GEM
115115
actionpack (>= 5.2)
116116
activesupport (>= 5.2)
117117
sprockets (>= 3.0.0)
118-
sqlite3 (1.7.3-arm64-darwin)
119-
sqlite3 (1.7.3-x86_64-linux)
118+
sqlite3 (2.0.0-arm64-darwin)
119+
sqlite3 (2.0.0-x86_64-linux-gnu)
120120
stringio (3.1.0)
121121
thor (1.3.1)
122122
tzinfo (2.0.6)
@@ -132,7 +132,7 @@ DEPENDENCIES
132132
captive-crash-reporter!
133133
puma (= 6.4.2)
134134
sprockets-rails (= 3.4.2)
135-
sqlite3 (= 1.7.3)
135+
sqlite3 (= 2.0.0)
136136

137137
BUNDLED WITH
138138
2.4.17

0 commit comments

Comments
 (0)