Skip to content

Commit b338693

Browse files
Bump sqlite3 from 2.7.2 to 2.7.3
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f73c48 commit b338693

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "kamal", "2.7.0", require: false
1616
gem "thruster", "0.1.15", require: false
1717

1818
group :development, :test do
19-
gem "sqlite3", "2.7.2"
19+
gem "sqlite3", "2.7.3"
2020
gem "debug", "1.11.0", platforms: %i[ mri windows ], require: "debug/prelude"
2121
end
2222

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ GEM
289289
rubyzip (>= 1.2.2, < 3.0)
290290
websocket (~> 1.0)
291291
shellany (0.0.1)
292-
sqlite3 (2.7.2-aarch64-linux-gnu)
293-
sqlite3 (2.7.2-aarch64-linux-musl)
294-
sqlite3 (2.7.2-arm-linux-gnu)
295-
sqlite3 (2.7.2-arm-linux-musl)
296-
sqlite3 (2.7.2-x86_64-linux-gnu)
297-
sqlite3 (2.7.2-x86_64-linux-musl)
292+
sqlite3 (2.7.3-aarch64-linux-gnu)
293+
sqlite3 (2.7.3-aarch64-linux-musl)
294+
sqlite3 (2.7.3-arm-linux-gnu)
295+
sqlite3 (2.7.3-arm-linux-musl)
296+
sqlite3 (2.7.3-x86_64-linux-gnu)
297+
sqlite3 (2.7.3-x86_64-linux-musl)
298298
sshkit (1.24.0)
299299
base64
300300
logger
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
rails (= 8.0.2)
362362
rails-controller-testing (= 1.0.5)
363363
selenium-webdriver (= 4.9.0)
364-
sqlite3 (= 2.7.2)
364+
sqlite3 (= 2.7.3)
365365
stimulus-rails (= 1.3.4)
366366
thruster (= 0.1.15)
367367
turbo-rails (= 2.0.14)

0 commit comments

Comments
 (0)