Skip to content

Commit

Permalink
build(deps): bump puma from 3.11.4 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.11.4...v3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Aug 18, 2018
1 parent 5a2790a commit bbd9f9d
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 @@ -28,7 +28,7 @@ group :test, :production do
end

# Use Puma as the app server
gem 'puma', '~> 3.7'
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 @@ -107,7 +107,7 @@ GEM
mini_portile2 (~> 2.3.0)
pg (1.0.0)
public_suffix (3.0.2)
puma (3.11.4)
puma (3.12.0)
rack (2.0.5)
rack-test (1.0.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -209,7 +209,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mysql2
pg
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.2.0)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down

1 comment on commit bbd9f9d

@dependabot-preview
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there have been some additional commits to the head branch since #49 was first opened. I'll rebase it for you to ensure it's running the latest tests. (It'll take me a couple of minutes.)

Please sign in to comment.