Skip to content

Commit c3f1b19

Browse files
⬆️ Upgrade dependency sqlite3 to v2
1 parent 76c2153 commit c3f1b19

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

11-
gem "sqlite3", "~> 1.7.0"
11+
gem "sqlite3", "~> 2.4.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
@@ -384,8 +384,8 @@ GEM
384384
actionpack (>= 6.1)
385385
activesupport (>= 6.1)
386386
sprockets (>= 3.0.0)
387-
sqlite3 (1.7.3-arm64-darwin)
388-
sqlite3 (1.7.3-x86_64-linux)
387+
sqlite3 (2.4.0-arm64-darwin)
388+
sqlite3 (2.4.0-x86_64-linux-gnu)
389389
stringio (3.1.2)
390390
thor (1.3.2)
391391
timeout (0.4.2)
@@ -423,7 +423,7 @@ DEPENDENCIES
423423
rubocop-config-captive (~> 1.13.0)
424424
shoulda-matchers (~> 6.4.0)
425425
sprockets-rails (~> 3.5.0)
426-
sqlite3 (~> 1.7.0)
426+
sqlite3 (~> 2.4.0)
427427
webmock (~> 3.24.0)
428428
yard (~> 0.9.34)
429429

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

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

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

captive-crash-reporter/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ GEM
119119
actionpack (>= 6.1)
120120
activesupport (>= 6.1)
121121
sprockets (>= 3.0.0)
122-
sqlite3 (1.7.3-arm64-darwin)
123-
sqlite3 (1.7.3-x86_64-linux)
122+
sqlite3 (2.4.0-arm64-darwin)
123+
sqlite3 (2.4.0-x86_64-linux-gnu)
124124
stringio (3.1.2)
125125
thor (1.3.2)
126126
tzinfo (2.0.6)
@@ -137,7 +137,7 @@ DEPENDENCIES
137137
captive-crash-reporter!
138138
puma (= 6.5.0)
139139
sprockets-rails (= 3.5.2)
140-
sqlite3 (= 1.7.3)
140+
sqlite3 (= 2.4.0)
141141

142142
BUNDLED WITH
143143
2.4.17

0 commit comments

Comments
 (0)