diff --git a/backend-api/Gemfile b/backend-api/Gemfile index b7a8e1b..04d0e5a 100644 --- a/backend-api/Gemfile +++ b/backend-api/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 6.0.1' # gem 'sqlite3', '~> 1.4' gem 'pg' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/backend-api/Gemfile.lock b/backend-api/Gemfile.lock index 1a6bd55..ecc5b43 100644 --- a/backend-api/Gemfile.lock +++ b/backend-api/Gemfile.lock @@ -93,11 +93,11 @@ GEM mini_portile2 (2.4.0) minitest (5.14.1) msgpack (1.3.3) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.2.3) - puma (4.3.5) + puma (4.3.11) nio4r (~> 2.0) rack (2.2.3) rack-cors (1.1.1) @@ -164,7 +164,7 @@ DEPENDENCIES byebug listen (>= 3.0.5, < 3.2) pg - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.1) spring