Skip to content

Commit fad2a6e

Browse files
Bump sqlite3 from 2.5.0 to 2.6.0 in /graph-sample
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.5.0 to 2.6.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.5.0...v2.6.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 069227d commit fad2a6e

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.5"
13+
gem "sqlite3", "~> 2.6"
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
@@ -255,7 +255,7 @@ GEM
255255
actionpack (>= 6.1)
256256
activesupport (>= 6.1)
257257
sprockets (>= 3.0.0)
258-
sqlite3 (2.5.0-x86_64-linux-gnu)
258+
sqlite3 (2.6.0-x86_64-linux-gnu)
259259
stimulus-rails (1.3.4)
260260
railties (>= 6.0.0)
261261
stringio (3.1.2)
@@ -304,7 +304,7 @@ DEPENDENCIES
304304
rails (~> 7.2.2)
305305
selenium-webdriver
306306
sprockets-rails
307-
sqlite3 (~> 2.5)
307+
sqlite3 (~> 2.6)
308308
stimulus-rails
309309
turbo-rails
310310
tzinfo-data

0 commit comments

Comments
 (0)