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