Skip to content

Commit 5d72c6c

Browse files
Bump sqlite3 from 2.1.1 to 2.2.0 in /graph-sample
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.1.1 to 2.2.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.1.1...v2.2.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 fe07f92 commit 5d72c6c

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", "~> 2.1"
13+
gem "sqlite3", "~> 2.2"
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
@@ -253,7 +253,7 @@ GEM
253253
actionpack (>= 6.1)
254254
activesupport (>= 6.1)
255255
sprockets (>= 3.0.0)
256-
sqlite3 (2.1.1-x86_64-linux-gnu)
256+
sqlite3 (2.2.0-x86_64-linux-gnu)
257257
stimulus-rails (1.3.4)
258258
railties (>= 6.0.0)
259259
stringio (3.1.1)
@@ -303,7 +303,7 @@ DEPENDENCIES
303303
rails (~> 7.2.1)
304304
selenium-webdriver
305305
sprockets-rails
306-
sqlite3 (~> 2.1)
306+
sqlite3 (~> 2.2)
307307
stimulus-rails
308308
turbo-rails
309309
tzinfo-data

0 commit comments

Comments
 (0)