Skip to content

Commit 220d27d

Browse files
Merge pull request #209 from microsoftgraph/dependabot/bundler/graph-sample/sqlite3-2.5.0
Bump sqlite3 from 2.4.1 to 2.5.0 in /graph-sample
2 parents e7184e6 + c47c770 commit 220d27d

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.4"
13+
gem "sqlite3", "~> 2.5"
1414

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

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.4.1-x86_64-linux-gnu)
258+
sqlite3 (2.5.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.4)
307+
sqlite3 (~> 2.5)
308308
stimulus-rails
309309
turbo-rails
310310
tzinfo-data

0 commit comments

Comments
 (0)