Skip to content

Commit 875e4a5

Browse files
Bump puma from 6.5.0 to 6.6.0 in /graph-sample
Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e01f0c5 commit 875e4a5

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)