Skip to content

Commit eef0494

Browse files
Bump sqlite3 from 1.6.9 to 1.7.2 in /spec/tester_mongo
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 1.7.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@v1.6.9...v1.7.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98f82f7 commit eef0494

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

spec/tester_mongo/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.3"
88

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

1212
gem "mongoid"
1313

spec/tester_mongo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ GEM
225225
actionpack (>= 5.2)
226226
activesupport (>= 5.2)
227227
sprockets (>= 3.0.0)
228-
sqlite3 (1.6.9-x86_64-linux)
228+
sqlite3 (1.7.2-x86_64-linux)
229229
stringio (3.1.0)
230230
thor (1.3.0)
231231
timeout (0.4.1)
@@ -252,7 +252,7 @@ DEPENDENCIES
252252
puma (~> 6.4)
253253
rails (~> 7.1.3)
254254
rspec-rails
255-
sqlite3 (~> 1.6)
255+
sqlite3 (~> 1.7)
256256
tzinfo-data
257257

258258
RUBY VERSION

0 commit comments

Comments
 (0)