Skip to content

Commit ceead5e

Browse files
Bump sqlite3 from 2.6.0 to 2.7.0 in /graph-sample
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.6.0 to 2.7.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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b75127 commit ceead5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graph-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "rails", "~> 7.2.2"
1010
gem "sprockets-rails"
1111

1212
# Use sqlite3 as the database for Active Record
13-
gem "sqlite3", "~> 2.6"
13+
gem "sqlite3", "~> 2.7"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
1616
gem "puma", "~> 6.6"

graph-sample/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ GEM
258258
actionpack (>= 6.1)
259259
activesupport (>= 6.1)
260260
sprockets (>= 3.0.0)
261-
sqlite3 (2.6.0-x86_64-linux-gnu)
261+
sqlite3 (2.7.0-x86_64-linux-gnu)
262262
stimulus-rails (1.3.4)
263263
railties (>= 6.0.0)
264264
stringio (3.1.6)
@@ -307,7 +307,7 @@ DEPENDENCIES
307307
rails (~> 7.2.2)
308308
selenium-webdriver
309309
sprockets-rails
310-
sqlite3 (~> 2.6)
310+
sqlite3 (~> 2.7)
311311
stimulus-rails
312312
turbo-rails
313313
tzinfo-data

0 commit comments

Comments
 (0)