diff --git a/Gemfile b/Gemfile index 8c4b72a..8b6f066 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server gem 'puma', '~> 4.1' -gem 'passenger', '5.0.28' +gem 'passenger', '5.1.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 6f7a367..5c500c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM nio4r (2.5.2) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - passenger (5.0.28) + passenger (5.1.0) rack rake (>= 0.8.1) pg (1.2.3) @@ -112,7 +112,7 @@ GEM pry (>= 0.10.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) + rack (2.2.3) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.1.0) @@ -185,7 +185,7 @@ DEPENDENCIES faker (~> 2.11) jwt (~> 2.2) listen (>= 3.0.5, < 3.2) - passenger (= 5.0.28) + passenger (= 5.1.0) pg (>= 0.18, < 2.0) pry-rails puma (~> 4.1)