Skip to content

Commit d1e89c3

Browse files
Merge pull request #118 from microsoftgraph/dependabot/bundler/graph-sample/puma-6.4.0
2 parents 727e6de + 49fbb37 commit d1e89c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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", "~> 1.6"
1414

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

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

graph-sample/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ GEM
159159
timeout
160160
net-smtp (0.4.0)
161161
net-protocol
162-
nio4r (2.5.9)
162+
nio4r (2.7.0)
163163
nokogiri (1.15.4-x86_64-linux)
164164
racc (~> 1.4)
165165
oauth2 (2.0.9)
@@ -182,7 +182,7 @@ GEM
182182
psych (5.1.1.1)
183183
stringio
184184
public_suffix (5.0.1)
185-
puma (5.6.5)
185+
puma (6.4.0)
186186
nio4r (~> 2.0)
187187
racc (1.7.3)
188188
rack (2.2.8)
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
jbuilder
292292
omniauth-oauth2 (~> 1.8.0)
293293
omniauth-rails_csrf_protection (~> 1.0.1)
294-
puma (~> 5.0)
294+
puma (~> 6.4)
295295
rails (~> 7.1.2)
296296
selenium-webdriver
297297
sprockets-rails

0 commit comments

Comments
 (0)