Skip to content

Commit

Permalink
Bump puma from 3.12.4 to 3.12.6
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.4 to 3.12.6.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2020
1 parent 7085d3f commit 9447e32
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 @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.2.3'
# Use Puma as the app server
gem 'puma', '~> 3.12.4'
gem 'puma', '~> 3.12.6'

gem 'acts_as_list', '~> 1.0.1'
gem 'countries', '~> 3.0.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ GEM
pghero (2.4.2)
activerecord (>= 5)
public_suffix (4.0.4)
puma (3.12.4)
puma (3.12.4-java)
puma (3.12.6)
puma (3.12.6-java)
rack (2.2.2)
rack-attack (6.2.2)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -550,7 +550,7 @@ DEPENDENCIES
pg (~> 1.2.3)
pg_query (~> 1.2.0)
pghero (~> 2.4.2)
puma (~> 3.12.4)
puma (~> 3.12.6)
rack-attack (~> 6.2.2)
rack-contrib
rack-cors (~> 1.1.1)
Expand Down

0 comments on commit 9447e32

Please sign in to comment.