Skip to content

Commit

Permalink
build(deps): Bump puma from 5.4.0 to 5.5.1 (#136)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2021
1 parent 3c52795 commit 1140738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'jquery-rails'
gem 'turbolinks', github: 'rails/turbolinks'
# Pin Puma to a recent-ish version that supports OpenSSL, which is
# what the CircleCI environment has.
gem 'puma', '~> 5.4'
gem 'puma', '~> 5.5'

group :test do
gem 'capybara', '~>3.35'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ GEM
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.11.6)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
percy-capybara (4.3.3)
public_suffix (4.0.6)
puma (5.4.0)
puma (5.5.1)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -184,7 +184,7 @@ DEPENDENCIES
database_cleaner
jquery-rails
percy-capybara (~> 4.3.3)
puma (~> 5.4)
puma (~> 5.5)
rails (~> 5.2.6)
rails_12factor
sass-rails
Expand Down

0 comments on commit 1140738

Please sign in to comment.