From b20827023c52fee47c9ff93443f3a051b9da0122 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 15 Nov 2019 11:20:56 -0300 Subject: [PATCH] actualizar puma --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 68eae3fa..e1f61e0a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'dotenv-rails', require: 'dotenv/rails-now' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index be8457e6..9f5db802 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.0) + nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) rack (2.0.7) @@ -461,7 +462,7 @@ DEPENDENCIES mobility pg pry - puma (~> 3.7) + puma pundit rails (~> 6) rails-i18n