diff --git a/Gemfile b/Gemfile index c4be706..5d4c572 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "elasticsearch" gem "elasticsearch-model" gem "elasticsearch-persistence" gem "jbuilder", "~> 2.11" -gem "puma", "~> 4.3" +gem "puma", "~> 5.3" gem "rails" gem "sanitize" gem "htmlentities" diff --git a/Gemfile.lock b/Gemfile.lock index ff46e59..890513a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,7 @@ GEM parser (3.0.0.0) ast (~> 2.4.1) public_suffix (4.0.6) - puma (4.3.8) + puma (5.3.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -283,7 +283,7 @@ DEPENDENCIES iso_country_codes jbuilder (~> 2.11) listen (>= 3.0.5, < 3.6) - puma (~> 4.3) + puma (~> 5.3) rails rspec-rails (~> 4.0) rubocop-rails_config