We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7f65fb + b23569c commit bffcac3Copy full SHA for bffcac3
2 files changed
graph-sample/Gemfile
@@ -13,7 +13,7 @@ gem "sprockets-rails"
13
gem "sqlite3", "~> 2.2"
14
15
# Use the Puma web server [https://github.com/puma/puma]
16
-gem "puma", "~> 6.4"
+gem "puma", "~> 6.5"
17
18
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
19
gem "importmap-rails"
graph-sample/Gemfile.lock
@@ -189,7 +189,7 @@ GEM
189
psych (5.1.2)
190
stringio
191
public_suffix (6.0.1)
192
- puma (6.4.3)
+ puma (6.5.0)
193
nio4r (~> 2.0)
194
racc (1.8.1)
195
rack (3.1.8)
@@ -299,7 +299,7 @@ DEPENDENCIES
299
omniauth-oauth2 (~> 1.8.0)
300
omniauth-rails_csrf_protection (~> 1.0.2)
301
ostruct (~> 0.6.1)
302
- puma (~> 6.4)
+ puma (~> 6.5)
303
rails (~> 7.2.2)
304
selenium-webdriver
305
sprockets-rails
0 commit comments