diff --git a/Gemfile b/Gemfile index 0a5bc92..0e5d279 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.7' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Authentication gem "devise_token_auth" diff --git a/Gemfile.lock b/Gemfile.lock index 08be7d7..ad49661 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,8 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.2) + puma (4.3.9) + nio4r (~> 2.0) rack (2.0.8) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -156,7 +157,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry-rails - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.7) spring spring-watcher-listen (~> 2.0.0)