diff --git a/geo-app-backend/Gemfile b/geo-app-backend/Gemfile index 6bb1cb0..bd2081a 100644 --- a/geo-app-backend/Gemfile +++ b/geo-app-backend/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' gem 'faker' gem 'active_model_serializers' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/geo-app-backend/Gemfile.lock b/geo-app-backend/Gemfile.lock index e4d9ca2..7c05f68 100644 --- a/geo-app-backend/Gemfile.lock +++ b/geo-app-backend/Gemfile.lock @@ -99,7 +99,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) pg (1.1.4) - puma (3.12.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.8) rack-cors (1.0.5) rack (>= 1.6.0) @@ -166,7 +167,7 @@ DEPENDENCIES faker listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 4.3) rack-cors rails (~> 6.0.0) spring