Skip to content

Commit c0b4b25

Browse files
Bump sqlite3 from 2.8.0 to 2.8.1
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.8.0 to 2.8.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.8.0...v2.8.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6c1388 commit c0b4b25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "8.1.1"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.3.1"
1010
# Use sqlite3 as the database for Active Record
11-
gem "sqlite3", "2.8.0"
11+
gem "sqlite3", "2.8.1"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "7.1.0"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ GEM
274274
rubyzip (>= 1.2.2, < 4.0)
275275
websocket (~> 1.0)
276276
sin_lru_redux (2.5.2)
277-
sqlite3 (2.8.0)
277+
sqlite3 (2.8.1)
278278
mini_portile2 (~> 2.8.0)
279-
sqlite3 (2.8.0-x86_64-linux-gnu)
279+
sqlite3 (2.8.1-x86_64-linux-gnu)
280280
standard (1.52.0)
281281
language_server-protocol (~> 3.17.0.2)
282282
lint_roller (~> 1.0)
@@ -341,7 +341,7 @@ DEPENDENCIES
341341
rouge (~> 4.6)
342342
ruby_ui!
343343
selenium-webdriver
344-
sqlite3 (= 2.8.0)
344+
sqlite3 (= 2.8.1)
345345
standard
346346
stimulus-rails (= 1.3.4)
347347
tailwind_merge (~> 1.3.1)

0 commit comments

Comments
 (0)