Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.0.4
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent fbd0e43 commit 69b3902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ group :development do
gem "rspec", "~> 3.13"
gem "rspec-rails", "~> 7.0"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 2.0"
gem "with_model", "~> 2.1"
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.4-arm64-darwin)
sqlite3 (2.0.4-x86_64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
stringio (3.1.1)
thor (1.3.2)
timeout (0.4.1)
Expand Down Expand Up @@ -283,7 +283,7 @@ DEPENDENCIES
rspec (~> 3.13)
rspec-rails (~> 7.0)
simplecov (~> 0.22)
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)
with_model (~> 2.1)

BUNDLED WITH
Expand Down

0 comments on commit 69b3902

Please sign in to comment.