Skip to content

Commit 1e4666f

Browse files
Merge pull request #215 from microsoftgraph/dependabot/bundler/graph-sample/puma-6.6.0
Bump puma from 6.5.0 to 6.6.0 in /graph-sample
2 parents e01f0c5 + 875e4a5 commit 1e4666f

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
@@ -13,7 +13,7 @@ gem "sprockets-rails"
1313
gem "sqlite3", "~> 2.5"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem "puma", "~> 6.5"
16+
gem "puma", "~> 6.6"
1717

1818
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1919
gem "importmap-rails"

graph-sample/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ GEM
190190
date
191191
stringio
192192
public_suffix (6.0.1)
193-
puma (6.5.0)
193+
puma (6.6.0)
194194
nio4r (~> 2.0)
195195
racc (1.8.1)
196196
rack (3.1.8)
@@ -300,7 +300,7 @@ DEPENDENCIES
300300
omniauth-oauth2 (~> 1.8.0)
301301
omniauth-rails_csrf_protection (~> 1.0.2)
302302
ostruct (~> 0.6.1)
303-
puma (~> 6.5)
303+
puma (~> 6.6)
304304
rails (~> 7.2.2)
305305
selenium-webdriver
306306
sprockets-rails

0 commit comments

Comments
 (0)