8000 Bump puma from 3.9.1 to 4.3.12 by dependabot[bot] · Pull Request #226 · aaronpk/IndieAuth.com · GitHub
[go: up one dir, main page]

Skip to content

Bump puma from 3.9.1 to 4.3.12 #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump puma from 3.9.1 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 4.3.12.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.9.1...v4.3.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2022
commit 9cf6a6ba09ee7d51207c572e2b27ec1b5ee60f1f
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ GEM
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
ntlm-http (0.1.1)
Expand All @@ -82,7 +83,8 @@ GEM
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
public_suffix (2.0.5)
puma (3.9.1)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down
0