Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 2630375 commit bf29af0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby "3.2.2"
gem "rails", "~> 8.0.0"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 2.3"
gem "sqlite3", "~> 2.4"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
Expand Down
8 changes: 4 additions & 4 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
securerandom (0.3.2)
sqlite3 (2.3.1-aarch64-linux-gnu)
sqlite3 (2.3.1-arm64-darwin)
sqlite3 (2.3.1-x86_64-linux-gnu)
sqlite3 (2.4.1-aarch64-linux-gnu)
sqlite3 (2.4.1-arm64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.2)
Expand Down Expand Up @@ -237,7 +237,7 @@ DEPENDENCIES
puma (>= 5.0)
rack-cors
rails (~> 8.0.0)
sqlite3 (~> 2.3)
sqlite3 (~> 2.4)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit bf29af0

Please sign in to comment.