Skip to content

Commit

Permalink
chore(deps): bump sqlite3 from 2.1.1 to 2.2.0
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.2.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@v2.1.1...v2.2.0)

---
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 Oct 31, 2024
1 parent 8d47e83 commit ae38818
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 @@ -10,7 +10,7 @@ gem "rails", "~> 7.2.1"
gem "sprockets-rails"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 2.1"
gem "sqlite3", "~> 2.2"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 6.4"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.1.1-x86_64-darwin)
sqlite3 (2.1.1-x86_64-linux-gnu)
sqlite3 (2.2.0-x86_64-darwin)
sqlite3 (2.2.0-x86_64-linux-gnu)
stringio (3.1.1)
tailwindcss-rails (3.0.0)
railties (>= 7.0.0)
Expand Down Expand Up @@ -445,7 +445,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
sprockets-rails
sqlite3 (~> 2.1)
sqlite3 (~> 2.2)
tailwindcss-rails (~> 3.0)
tzinfo-data

Expand Down

0 comments on commit ae38818

Please sign in to comment.