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

bundle update puma ~> 5.0

This commit is contained in:
Jérémy Lecour 2022-02-13 09:59:24 +01:00 committed by Jérémy Lecour
parent 65a902d8e2
commit ae9f4f7ee6
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', '~> 5.0'
gem 'devise', '~> 4.7'
gem 'devise-i18n', '~> 1.8'

View file

@ -229,7 +229,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (4.3.11)
puma (5.6.2)
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
@ -408,7 +408,7 @@ DEPENDENCIES
open4
pry-byebug
pry-rails
puma (~> 4.0)
puma (~> 5.0)
pundit (~> 1.1)
rack-contrib
rails (~> 6.0.3)