Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2021
1 parent 045712a commit f8c740c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.3', '>= 6.0.3.2'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,15 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
msgpack (1.3.3)
netrc (0.11.0)
nio4r (2.5.4)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
Expand All @@ -148,7 +150,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (4.3.6)
puma (4.3.9)
nio4r (~> 2.0)
rack (2.2.3)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -279,7 +281,7 @@ DEPENDENCIES
pg_search (~> 2.3.0)
pry-byebug
pry-rails
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.3, >= 6.0.3.2)
redis (~> 4.0)
sass-rails (>= 6)
Expand Down

0 comments on commit f8c740c

Please sign in to comment.