Skip to content

Commit

Permalink
Bump sqlite3 from 1.6.9 to 2.5.0 in /spec/tester_mongo
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 2.5.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.5.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 63deff8 commit 1b75828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/tester_mongo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby ">= 2.7.0"
gem "rails", "~> 7.1.3"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.6"
gem "sqlite3", "~> 2.5"

gem "mongoid"

Expand Down
4 changes: 2 additions & 2 deletions spec/tester_mongo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
rspec-support (~> 3.13)
rspec-support (3.13.2)
securerandom (0.4.1)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (2.5.0-x86_64-linux-gnu)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.3)
Expand All @@ -251,7 +251,7 @@ DEPENDENCIES
puma (~> 6.5)
rails (~> 7.1.3)
rspec-rails
sqlite3 (~> 1.6)
sqlite3 (~> 2.5)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 1b75828

Please sign in to comment.