Skip to content

Commit baf69d7

Browse files
Merge pull request #193 from microsoftgraph/dependabot/bundler/graph-sample/sqlite3-2.2.0
Bump sqlite3 from 2.1.1 to 2.2.0 in /graph-sample
2 parents fe07f92 + 5d72c6c commit baf69d7

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)