Skip to content

Commit e708fe9

Browse files
Bump sqlite3 from 2.2.0 to 2.3.0 in /graph-sample
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.2.0 to 2.3.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.2.0...v2.3.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 f7f65fb commit e708fe9

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.2"
13+
gem "sqlite3", "~> 2.3"
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
@@ -254,7 +254,7 @@ GEM
254254
actionpack (>= 6.1)
255255
activesupport (>= 6.1)
256256
sprockets (>= 3.0.0)
257-
sqlite3 (2.2.0-x86_64-linux-gnu)
257+
sqlite3 (2.3.0-x86_64-linux-gnu)
258258
stimulus-rails (1.3.4)
259259
railties (>= 6.0.0)
260260
stringio (3.1.1)
@@ -303,7 +303,7 @@ DEPENDENCIES
303303
rails (~> 7.2.2)
304304
selenium-webdriver
305305
sprockets-rails
306-
sqlite3 (~> 2.2)
306+
sqlite3 (~> 2.3)
307307
stimulus-rails
308308
turbo-rails
309309
tzinfo-data

0 commit comments

Comments
 (0)