Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Bump puma from 3.12.1 to 3.12.2
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.1...v3.12.2)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2019
1 parent 2864ab8 commit c2fb61b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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', '~> 5.2.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
rails
popper_js (1.14.5)
public_suffix (3.0.3)
puma (3.12.1)
puma (3.12.2)
pusher-client (0.6.2)
json
websocket (~> 1.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ DEPENDENCIES
minitest
minitest-reporters
octicons_helper
puma (~> 3.11)
puma (~> 3.12)
rails (~> 5.2.2)
rails-controller-testing
redcarpet
Expand Down

0 comments on commit c2fb61b

Please sign in to comment.