Skip to content

Commit 5ace2e0

Browse files
Bump sqlite3 from 2.4.1 to 2.5.0
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] <support@github.com>
1 parent 30236ed commit 5ace2e0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.2'
2424
gem 'activerecord', '~> 7.2'
2525
gem 'otr-activerecord', '~> 2.5.0'
26-
gem 'sqlite3', '~> 2.4'
26+
gem 'sqlite3', '~> 2.5'
2727
gem 'rubocop', '~> 1.69.2', require: false
2828

2929
# Geolocation support

Diff for: Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ GEM
208208
rack-protection (= 3.2.0)
209209
tilt (~> 2.0)
210210
slack-notifier (2.4.0)
211-
sqlite3 (2.4.1-aarch64-linux-gnu)
212-
sqlite3 (2.4.1-arm-linux-gnu)
213-
sqlite3 (2.4.1-arm64-darwin)
214-
sqlite3 (2.4.1-x86-linux-gnu)
215-
sqlite3 (2.4.1-x86_64-darwin)
216-
sqlite3 (2.4.1-x86_64-linux-gnu)
211+
sqlite3 (2.5.0-aarch64-linux-gnu)
212+
sqlite3 (2.5.0-arm-linux-gnu)
213+
sqlite3 (2.5.0-arm64-darwin)
214+
sqlite3 (2.5.0-x86-linux-gnu)
215+
sqlite3 (2.5.0-x86_64-darwin)
216+
sqlite3 (2.5.0-x86_64-linux-gnu)
217217
stringio (3.1.2)
218218
sync (0.5.0)
219219
term-ansicolor (1.11.2)
@@ -306,7 +306,7 @@ DEPENDENCIES
306306
selenium-webdriver (~> 4.27)
307307
sinatra (~> 3.2)
308308
slack-notifier (~> 2.4)
309-
sqlite3 (~> 2.4)
309+
sqlite3 (~> 2.5)
310310
term-ansicolor
311311
test-unit-full (~> 0.0.5)
312312
thin (~> 1.8)

0 commit comments

Comments
 (0)