21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 14:30:49 +02:00

Bump puma from 4.3.6 to 4.3.11

Bumps [puma](https://github.com/puma/puma) from 4.3.6 to 4.3.11.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.3.6...v4.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 22:18:05 +00:00 committed by GitHub
parent b2976c4e5f
commit fc0a886b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ gem 'rails-i18n', '~> 6.0.0'
# Use mysql as the database for Active Record
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
# Use Puma as the app server
gem 'puma', '~> 4.0'
gem 'puma', '~> 4.3'
gem 'devise', '~> 4.7'
gem 'devise-i18n', '~> 1.8'

View file

@ -199,7 +199,7 @@ GEM
net-scp (3.0.0)
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.3)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
@ -223,7 +223,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (4.3.6)
puma (4.3.11)
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
@ -397,7 +397,7 @@ DEPENDENCIES
open4
pry-byebug
pry-rails
puma (~> 4.0)
puma (~> 4.3)
pundit (~> 1.1)
rack-contrib
rails (~> 6.0.3)