mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:11:42 +00:00
actualizar puma
This commit is contained in:
parent
91535e5323
commit
b20827023c
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue