Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.1.1
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.1.1.
- [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.1.1)

---
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 Oct 23, 2024
1 parent 9351aec commit 54efade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem "puma"

gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.1"

gem "standard"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (1.7.3)
sqlite3 (2.1.1)
mini_portile2 (~> 2.8.0)
standard (1.41.1)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -183,7 +183,7 @@ DEPENDENCIES
puma
reissue
simplecov
sqlite3 (~> 1.4)
sqlite3 (~> 2.1)
standard

BUNDLED WITH
Expand Down

0 comments on commit 54efade

Please sign in to comment.