Skip to content

Commit

Permalink
Bump sqlite3 from 2.1.1 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.1.1 to 2.3.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@v2.1.1...v2.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 09a6cc8 commit d659945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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", "~> 2.1"
gem "sqlite3", "~> 2.3"

gem "standard"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest-spec-rails (7.3.0)
minitest (>= 5.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sqlite3 (2.1.1)
sqlite3 (2.3.1)
mini_portile2 (~> 2.8.0)
standard (1.41.1)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -184,7 +184,7 @@ DEPENDENCIES
puma
reissue
simplecov
sqlite3 (~> 2.1)
sqlite3 (~> 2.3)
standard

BUNDLED WITH
Expand Down

0 comments on commit d659945

Please sign in to comment.