Skip to content

Commit

Permalink
Bump puma from 4.1.0 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.1.0 to 4.3.3.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v4.1.0...v4.3.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2020
1 parent 4592eb7 commit 12a2a6d
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 @@ -7,7 +7,7 @@ end

gem 'rails', '~> 5.0.1'

gem 'puma', '~> 4.0'
gem 'puma', '~> 4.3'
gem 'pg'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0)
nio4r (2.4.0)
nio4r (2.5.2)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
pg (1.1.4)
Expand All @@ -142,7 +142,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (3.1.1)
puma (4.1.0)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.0.8)
rack-test (0.6.3)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
pg
pry-byebug
pry-rails
puma (~> 4.0)
puma (~> 4.3)
rails (~> 5.0.1)
rb-readline
sass-rails (~> 5.0)
Expand Down

0 comments on commit 12a2a6d

Please sign in to comment.