Skip to content

Commit b23569c

Browse files
Bump puma from 6.4.3 to 6.5.0 in /graph-sample
Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.3...v6.5.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 f7f65fb commit b23569c

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.2"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem "puma", "~> 6.4"
16+
gem "puma", "~> 6.5"
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
@@ -189,7 +189,7 @@ GEM
189189
psych (5.1.2)
190190
stringio
191191
public_suffix (6.0.1)
192-
puma (6.4.3)
192+
puma (6.5.0)
193193
nio4r (~> 2.0)
194194
racc (1.8.1)
195195
rack (3.1.8)
@@ -299,7 +299,7 @@ DEPENDENCIES
299299
omniauth-oauth2 (~> 1.8.0)
300300
omniauth-rails_csrf_protection (~> 1.0.2)
301301
ostruct (~> 0.6.1)
302-
puma (~> 6.4)
302+
puma (~> 6.5)
303303
rails (~> 7.2.2)
304304
selenium-webdriver
305305
sprockets-rails

0 commit comments

Comments
 (0)