Skip to content

Commit

Permalink
Merge pull request #280 from ably/dependabot/bundler/preview/puma-5.6.7
Browse files Browse the repository at this point in the history
build(deps): bump puma from 4.3.12 to 5.6.7 in /preview
  • Loading branch information
kennethkalmer authored Oct 24, 2023
2 parents 433b471 + c47f080 commit 3c2fb55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.1.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 4.0'

Expand Down
6 changes: 3 additions & 3 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ GEM
mini_mime (1.1.2)
minitest (5.20.0)
msgpack (1.5.3)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
psych (3.3.2)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -183,7 +183,7 @@ DEPENDENCIES
foreman
listen (~> 3.2)
psych (< 4)
puma (~> 4.3)
puma (~> 5.6)
rails (~> 6.0.3, >= 6.0.3.4)
responders
spring
Expand Down

0 comments on commit 3c2fb55

Please sign in to comment.