Skip to content

Commit 33deaa3

Browse files
Bump sqlite3 from 2.5.0 to 2.7.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.5.0 to 2.7.0. - [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.5.0...v2.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f226f1c commit 33deaa3

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
@@ -5,7 +5,7 @@ ruby file: ".ruby-version"
55
gem "rails", github: "rails/rails"
66

77
# Drivers
8-
gem "sqlite3", "~> 2.5"
8+
gem "sqlite3", "~> 2.7"
99
gem "redis", ">= 4.0.1"
1010

1111
# Deployment

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@ GEM
322322
rack-protection (= 4.1.0)
323323
rack-session (>= 2.0.0, < 3)
324324
tilt (~> 2.0)
325-
sqlite3 (2.5.0-aarch64-linux-gnu)
326-
sqlite3 (2.5.0-arm-linux-gnu)
327-
sqlite3 (2.5.0-arm64-darwin)
328-
sqlite3 (2.5.0-x86-linux-gnu)
329-
sqlite3 (2.5.0-x86_64-darwin)
330-
sqlite3 (2.5.0-x86_64-linux-gnu)
325+
sqlite3 (2.7.0-aarch64-linux-gnu)
326+
sqlite3 (2.7.0-arm-linux-gnu)
327+
sqlite3 (2.7.0-arm64-darwin)
328+
sqlite3 (2.7.0-x86-linux-gnu)
329+
sqlite3 (2.7.0-x86_64-darwin)
330+
sqlite3 (2.7.0-x86_64-linux-gnu)
331331
stimulus-rails (1.3.4)
332332
railties (>= 6.0.0)
333333
stringio (3.1.2)
@@ -389,7 +389,7 @@ DEPENDENCIES
389389
rqrcode
390390
rubocop-rails-omakase
391391
selenium-webdriver
392-
sqlite3 (~> 2.5)
392+
sqlite3 (~> 2.7)
393393
stimulus-rails
394394
thruster
395395
turbo-rails

0 commit comments

Comments
 (0)