Skip to content

Commit a9d0cb7

Browse files
Bump puma from 6.6.1 to 7.1.0 in /demo (#3743)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bd6d1a commit a9d0cb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131
eval_gemfile "gemfiles/kuby.gemfile"
3232

3333
# Use Puma as the app server
34-
gem "puma", "~> 6.6.1"
34+
gem "puma", "~> 7.1.0"
3535

3636
# Reduces boot times through caching; required in config/boot.rb
3737
gem "bootsnap", ">= 1.4.2", require: false

demo/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ GEM
240240
multipart-post (2.4.1)
241241
mutex_m (0.3.0)
242242
netrc (0.11.0)
243-
nio4r (2.7.4)
243+
nio4r (2.7.5)
244244
nokogiri (1.19.0-x86_64-linux-gnu)
245245
racc (~> 1.4)
246246
octicons (19.21.1)
@@ -263,7 +263,7 @@ GEM
263263
date
264264
stringio
265265
public_suffix (7.0.2)
266-
puma (6.6.1)
266+
puma (7.1.0)
267267
nio4r (~> 2.0)
268268
racc (1.8.1)
269269
rack (3.1.19)
@@ -385,7 +385,7 @@ DEPENDENCIES
385385
lookbook (~> 2.3.14)
386386
primer_view_components!
387387
pry-byebug
388-
puma (~> 6.6.1)
388+
puma (~> 7.1.0)
389389
rack-cors
390390
railties (= 7.2.2.1)
391391
rake (~> 13.3)

0 commit comments

Comments
 (0)