Skip to content

Commit 73da20e

Browse files
Bump sqlite3 from 2.8.1 to 2.9.0 (#389)
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.8.1 to 2.9.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.8.1...v2.9.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7423044 commit 73da20e

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.1"
11+
gem "sqlite3", "2.9.0"
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
@@ -276,9 +276,9 @@ GEM
276276
rubyzip (>= 1.2.2, < 4.0)
277277
websocket (~> 1.0)
278278
sin_lru_redux (2.5.2)
279-
sqlite3 (2.8.1)
279+
sqlite3 (2.9.0)
280280
mini_portile2 (~> 2.8.0)
281-
sqlite3 (2.8.1-x86_64-linux-gnu)
281+
sqlite3 (2.9.0-x86_64-linux-gnu)
282282
standard (1.52.0)
283283
language_server-protocol (~> 3.17.0.2)
284284
lint_roller (~> 1.0)
@@ -343,7 +343,7 @@ DEPENDENCIES
343343
rouge (~> 4.6)
344344
ruby_ui!
345345
selenium-webdriver
346-
sqlite3 (= 2.8.1)
346+
sqlite3 (= 2.9.0)
347347
standard
348348
stimulus-rails (= 1.3.4)
349349
tailwind_merge (~> 1.3.1)

0 commit comments

Comments
 (0)