Skip to content

Commit ab78509

Browse files
Bump sqlite3 from 1.6.9 to 2.6.0 in /spec/tester_mongo_rails_6
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 2.6.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@v1.6.9...v2.6.0) --- 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 7c57b74 commit ab78509

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

spec/tester_mongo_rails_6/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby ">= 2.7.0"
77
gem "rails", "~> 7.1.4"
88

99
# Use sqlite3 as the database for Active Record
10-
gem "sqlite3", "~> 1.6"
10+
gem "sqlite3", "~> 2.6"
1111

1212
gem "mongoid"
1313

spec/tester_mongo_rails_6/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ GEM
223223
rspec-support (~> 3.13)
224224
rspec-support (3.13.1)
225225
securerandom (0.4.0)
226-
sqlite3 (1.6.9-x86_64-linux)
226+
sqlite3 (2.6.0-x86_64-linux-gnu)
227227
stringio (3.1.1)
228228
thor (1.3.2)
229229
timeout (0.4.3)
@@ -250,7 +250,7 @@ DEPENDENCIES
250250
puma (~> 6.4)
251251
rails (~> 7.1.4)
252252
rspec-rails
253-
sqlite3 (~> 1.6)
253+
sqlite3 (~> 2.6)
254254
tzinfo-data
255255

256256
RUBY VERSION

0 commit comments

Comments
 (0)