diff --git a/Gemfile b/Gemfile index f39ddc5..36b0f39 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 43be681..5eff02b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,8 @@ GEM mini_portile2 (~> 2.4.0) pg (1.1.4) public_suffix (4.0.1) - puma (3.12.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -191,7 +192,7 @@ DEPENDENCIES byebug multiple_files_gzip_reader pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 4.3) rails (~> 6.0.0) rgeo-geojson rspec-rails