Skip to content

Commit f9557f9

Browse files
Bump sqlite3 from 1.7.3 to 2.1.0 in /graph-sample
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.1.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@v1.7.3...v2.1.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe79eb7 commit f9557f9

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

1212
# Use sqlite3 as the database for Active Record
13-
gem "sqlite3", "~> 1.7"
13+
gem "sqlite3", "~> 2.1"
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 (>= 6.1)
248248
activesupport (>= 6.1)
249249
sprockets (>= 3.0.0)
250-
sqlite3 (1.7.3-x86_64-linux)
250+
sqlite3 (2.1.0-x86_64-linux-gnu)
251251
stimulus-rails (1.3.4)
252252
railties (>= 6.0.0)
253253
stringio (3.1.1)
@@ -296,7 +296,7 @@ DEPENDENCIES
296296
rails (~> 7.2.1)
297297
selenium-webdriver
298298
sprockets-rails
299-
sqlite3 (~> 1.7)
299+
sqlite3 (~> 2.1)
300300
stimulus-rails
301301
turbo-rails
302302
tzinfo-data

0 commit comments

Comments
 (0)