Skip to content

Commit

Permalink
Bump puma from 4.3.1 to 4.3.5 (#4)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

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 Jan 21, 2021
1 parent 06819bf commit 4b52af2
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 @@ -11,7 +11,7 @@ gem 'devise', '4.7.1'
gem 'image_processing', '1.10.0'
gem 'jbuilder', '2.9.1'
gem 'pg', '1.1.4'
gem 'puma', '4.3.1'
gem 'puma', '4.3.5'
gem 'redis', '4.1.3'
gem 'sassc-rails', '2.1.2'
gem 'sidekiq', '6.0.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ GEM
mini_portile2 (2.5.0)
minitest (5.13.0)
msgpack (1.3.1)
nio4r (2.5.2)
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.1.4)
public_suffix (4.0.1)
puma (4.3.1)
puma (4.3.5)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
letter_opener_web (= 1.3.4)
listen (= 3.1.5)
pg (= 1.1.4)
puma (= 4.3.1)
puma (= 4.3.5)
rails (~> 6.0.2, >= 6.0.2.1)
redis (= 4.1.3)
sassc-rails (= 2.1.2)
Expand Down

0 comments on commit 4b52af2

Please sign in to comment.