Skip to content

Commit ea94a18

Browse files
Merge pull request #202 from microsoftgraph/dependabot/bundler/graph-sample/sqlite3-2.4.1
Bump sqlite3 from 2.3.1 to 2.4.1 in /graph-sample
2 parents 268c3b8 + fa60861 commit ea94a18

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.3"
13+
gem "sqlite3", "~> 2.4"
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
@@ -254,7 +254,7 @@ GEM
254254
actionpack (>= 6.1)
255255
activesupport (>= 6.1)
256256
sprockets (>= 3.0.0)
257-
sqlite3 (2.3.1-x86_64-linux-gnu)
257+
sqlite3 (2.4.1-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.3)
306+
sqlite3 (~> 2.4)
307307
stimulus-rails
308308
turbo-rails
309309
tzinfo-data

0 commit comments

Comments
 (0)