Skip to content

Commit 49fbb37

Browse files
Bump puma from 5.6.5 to 6.4.0 in /graph-sample
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.4.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.5...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 727e6de commit 49fbb37

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)