diff --git a/Gemfile b/Gemfile index f52586b..26cef99 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.5' gem 'coffee-rails', '~> 4.2' gem 'jbuilder', '~> 2.5' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.4', '>= 5.2.4.2' gem 'sass-rails', '~> 5.0' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index f007a16..1e065d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,8 @@ GEM pg (0.20.0) popper_js (1.16.0) public_suffix (4.0.5) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -271,7 +272,7 @@ DEPENDENCIES jsonapi-rb (~> 0.5.0) listen (>= 3.0.5, < 3.2) pg (= 0.20.0) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.4, >= 5.2.4.2) rails-controller-testing rspec-rails (~> 4.0)