Skip to content

Commit ee9056b

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

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.9"
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
@@ -327,12 +327,12 @@ GEM
327327
rack-protection (= 4.1.0)
328328
rack-session (>= 2.0.0, < 3)
329329
tilt (~> 2.0)
330-
sqlite3 (2.5.0-aarch64-linux-gnu)
331-
sqlite3 (2.5.0-arm-linux-gnu)
332-
sqlite3 (2.5.0-arm64-darwin)
333-
sqlite3 (2.5.0-x86-linux-gnu)
334-
sqlite3 (2.5.0-x86_64-darwin)
335-
sqlite3 (2.5.0-x86_64-linux-gnu)
330+
sqlite3 (2.9.2-aarch64-linux-gnu)
331+
sqlite3 (2.9.2-arm-linux-gnu)
332+
sqlite3 (2.9.2-arm64-darwin)
333+
sqlite3 (2.9.2-x86-linux-gnu)
334+
sqlite3 (2.9.2-x86_64-darwin)
335+
sqlite3 (2.9.2-x86_64-linux-gnu)
336336
stimulus-rails (1.3.4)
337337
railties (>= 6.0.0)
338338
stringio (3.2.0)
@@ -395,7 +395,7 @@ DEPENDENCIES
395395
rqrcode
396396
rubocop-rails-omakase
397397
selenium-webdriver
398-
sqlite3 (~> 2.5)
398+
sqlite3 (~> 2.9)
399399
stimulus-rails
400400
thruster
401401
turbo-rails

0 commit comments

Comments
 (0)