Skip to content

Commit

Permalink
Bump sqlite3 from 2.4.1 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.4.1 to 2.5.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.4.1...v2.5.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 Dec 26, 2024
1 parent 1c1e1ad commit 3d60727
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 @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.2'
gem 'activerecord', '~> 7.2'
gem 'otr-activerecord', '~> 2.5.0'
gem 'sqlite3', '~> 2.4'
gem 'sqlite3', '~> 2.5'
gem 'rubocop', '~> 1.69.2', require: false

# Geolocation support
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (2.4.1-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-gnu)
stringio (3.1.2)
sync (0.5.0)
term-ansicolor (1.11.2)
Expand Down Expand Up @@ -286,7 +286,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.27)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.4)
sqlite3 (~> 2.5)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)
Expand Down

0 comments on commit 3d60727

Please sign in to comment.