Skip to content

Commit 57732c0

Browse files
chore(deps): Bump sqlite3 from 1.7.3 to 2.0.3
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.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@v1.7.3...v2.0.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d9de0d commit 57732c0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "3.2.2"
66
gem "rails", "~> 7.0.8"
77

88
# Use sqlite3 as the database for Active Record
9-
gem "sqlite3", "~> 1.4"
9+
gem "sqlite3", "~> 2.0"
1010

1111
# Use the Puma web server [https://github.com/puma/puma]
1212
gem "puma", "~> 6.4"

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,12 @@ GEM
437437
psych (>= 4.0.0)
438438
reline (0.5.9)
439439
io-console (~> 0.5)
440-
sqlite3 (1.7.3-aarch64-linux)
441-
sqlite3 (1.7.3-arm-linux)
442-
sqlite3 (1.7.3-arm64-darwin)
443-
sqlite3 (1.7.3-x86-linux)
444-
sqlite3 (1.7.3-x86_64-darwin)
445-
sqlite3 (1.7.3-x86_64-linux)
440+
sqlite3 (2.0.3-aarch64-linux-gnu)
441+
sqlite3 (2.0.3-arm-linux-gnu)
442+
sqlite3 (2.0.3-arm64-darwin)
443+
sqlite3 (2.0.3-x86-linux-gnu)
444+
sqlite3 (2.0.3-x86_64-darwin)
445+
sqlite3 (2.0.3-x86_64-linux-gnu)
446446
stringio (3.1.1)
447447
thor (1.3.1)
448448
timeout (0.4.1)
@@ -476,7 +476,7 @@ DEPENDENCIES
476476
puma (~> 6.4)
477477
rack-test
478478
rails (~> 7.0.8)
479-
sqlite3 (~> 1.4)
479+
sqlite3 (~> 2.0)
480480
tzinfo-data
481481

482482
RUBY VERSION

0 commit comments

Comments
 (0)