Skip to content

Commit 96ca4ef

Browse files
Merge pull request #139 from microsoftgraph/dependabot/bundler/graph-sample/sqlite3-1.7.0
Bump sqlite3 from 1.6.9 to 1.7.0 in /graph-sample
2 parents fdcb7e8 + 16be9a1 commit 96ca4ef

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.1.2"
1010
gem "sprockets-rails"
1111

1212
# Use sqlite3 as the database for Active Record
13-
gem "sqlite3", "~> 1.6"
13+
gem "sqlite3", "~> 1.7"
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
@@ -247,7 +247,7 @@ GEM
247247
actionpack (>= 5.2)
248248
activesupport (>= 5.2)
249249
sprockets (>= 3.0.0)
250-
sqlite3 (1.6.9-x86_64-linux)
250+
sqlite3 (1.7.0-x86_64-linux)
251251
stimulus-rails (1.3.0)
252252
railties (>= 6.0.0)
253253
stringio (3.1.0)
@@ -295,7 +295,7 @@ DEPENDENCIES
295295
rails (~> 7.1.2)
296296
selenium-webdriver
297297
sprockets-rails
298-
sqlite3 (~> 1.6)
298+
sqlite3 (~> 1.7)
299299
stimulus-rails
300300
turbo-rails
301301
tzinfo-data

0 commit comments

Comments
 (0)