Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 3c38a87 commit c5fae95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
end

gem 'rails', '5.1.4'
gem 'puma', '3.9.1'
gem 'puma', '3.12.6'
gem 'sass-rails', '5.0.6'
gem 'uglifier', '3.2.0'
gem 'coffee-rails', '4.2.2'
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Expand Up @@ -92,6 +92,7 @@ GEM
mini_mime (>= 0.1.1)
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.4)
minitest-reporters (1.1.14)
ansi
Expand All @@ -101,6 +102,9 @@ GEM
multi_json (1.15.0)
nenv (0.3.0)
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.2-x86_64-darwin)
racc (~> 1.4)
notiffany (0.1.3)
Expand All @@ -110,7 +114,7 @@ GEM
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
puma (3.9.1)
puma (3.12.6)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -192,6 +196,7 @@ GEM
websocket-extensions (0.1.5)

PLATFORMS
ruby
x86_64-darwin-20

DEPENDENCIES
Expand All @@ -204,7 +209,7 @@ DEPENDENCIES
listen (= 3.0.8)
minitest-reporters (= 1.1.14)
pg (= 1.2.3)
puma (= 3.9.1)
puma (= 3.12.6)
rails (= 5.1.4)
rails-controller-testing (= 1.0.2)
sass-rails (= 5.0.6)
Expand Down

0 comments on commit c5fae95

Please sign in to comment.