Skip to content

Commit

Permalink
Bump sqlite3 from 2.2.0 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.2.0 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.2.0...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent ed0bfee commit 20fb665
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 @@ -35,7 +35,7 @@ end
gem "dotenv-rails", groups: [:development, :test]

group :development, :test do
gem "sqlite3", "~> 2.2.0" # Use SQLite for development and test environments
gem "sqlite3", "~> 2.3.1" # Use SQLite for development and test environments
end

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.2.0-x64-mingw-ucrt)
sqlite3 (2.2.0-x86_64-linux-gnu)
sqlite3 (2.3.1-x64-mingw-ucrt)
sqlite3 (2.3.1-x86_64-linux-gnu)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
Expand Down Expand Up @@ -450,7 +450,7 @@ DEPENDENCIES
simple_form
simplecov
sprockets-rails
sqlite3 (~> 2.2.0)
sqlite3 (~> 2.3.1)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down

0 comments on commit 20fb665

Please sign in to comment.