diff --git a/Gemfile b/Gemfile index 315e4c6..3b6953a 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.3' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false # User authentication diff --git a/Gemfile.lock b/Gemfile.lock index 7a4d59b..2ec1b01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.1.1) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -175,7 +175,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry-rails - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.3) spring spring-watcher-listen (~> 2.0.0)