Skip to content

Commit 16be9a1

Browse files
Bump sqlite3 from 1.6.9 to 1.7.0 in /graph-sample
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.9 to 1.7.0. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.6.9...v1.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdcb7e8 commit 16be9a1

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.1.2"
1010
gem "sprockets-rails"
1111

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

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

graph-sample/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ GEM
247247
actionpack (>= 5.2)
248248
activesupport (>= 5.2)
249249
sprockets (>= 3.0.0)
250-
sqlite3 (1.6.9-x86_64-linux)
250+
sqlite3 (1.7.0-x86_64-linux)
251251
stimulus-rails (1.3.0)
252252
railties (>= 6.0.0)
253253
stringio (3.1.0)
@@ -295,7 +295,7 @@ DEPENDENCIES
295295
rails (~> 7.1.2)
296296
selenium-webdriver
297297
sprockets-rails
298-
sqlite3 (~> 1.6)
298+
sqlite3 (~> 1.7)
299299
stimulus-rails
300300
turbo-rails
301301
tzinfo-data

0 commit comments

Comments
 (0)