Skip to content

Commit

Permalink
Merge pull request #133 from ably/dependabot/bundler/preview/puma-4.3.9
Browse files Browse the repository at this point in the history
Bump puma from 4.3.6 to 4.3.9 in /preview
  • Loading branch information
Dominik authored Dec 1, 2021
2 parents 77901a1 + b8c496f commit 27a406d
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.0.0'
# 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.1'
gem 'puma', '~> 4.3'
# 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,11 +89,11 @@ GEM
mini_portile2 (2.6.1)
minitest (5.14.2)
msgpack (1.3.3)
nio4r (2.5.4)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
puma (4.3.6)
puma (4.3.9)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -173,7 +173,7 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.3, >= 6.0.3.4)
responders
spring
Expand Down

0 comments on commit 27a406d

Please sign in to comment.