Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlite3 from 1.7.3 to 2.0.0 #242

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump sqlite3 from 1.7.3 to 2.0.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.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.7.3...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
commit 967127a3ae0bb5dc6c18f0ffd1430662f175928b
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ GEM
specs:
coderay (1.1.3)
method_source (1.1.0)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
@@ -13,7 +13,7 @@ GEM
racc (1.7.3)
rake (13.2.1)
rubyzip (2.3.2)
sqlite3 (1.7.3)
sqlite3 (2.0.0)
mini_portile2 (~> 2.8.0)

PLATFORMS