diff --git a/Gemfile b/Gemfile index 237a8aa..18b2c12 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jquery-turbolinks' # gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. # gem 'sdoc', '~> 0.4.0', group: :doc -gem 'puma' +gem 'puma', '>= 5.6.7' gem 'active_model_serializers', '>= 0.10.13' gem 'bootstrap-sass' gem 'font-awesome-rails', '>= 4.7.0.8' diff --git a/Gemfile.lock b/Gemfile.lock index b83046e..5e3b5fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,7 +203,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) public_suffix (5.0.0) - puma (5.6.7) + puma (6.3.1) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -347,7 +347,7 @@ DEPENDENCIES mysql2 (~> 0.5.0) net-ldap pmb-client (= 0.1.0)! - puma + puma (>= 5.6.7) rails (~> 6.1.7, >= 6.1.7.5) rails-controller-testing rake