21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 05:50:50 +02:00

Bump puma from 4.2.1 to 4.3.5

Bumps [puma](https://github.com/puma/puma) from 4.2.1 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-03 18:56:38 +00:00 committed by GitHub
parent fec2c8ba0b
commit a16e73c484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 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

@ -224,7 +224,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.1)
puma (4.2.1)
puma (4.3.5)
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
@ -399,7 +399,7 @@ DEPENDENCIES
open4
pry-byebug
pry-rails
puma (~> 4.0)
puma (~> 4.3)
pundit (~> 1.1)
rack-contrib
rails (= 6.0.3.2)