Upgrade gems
This commit is contained in:
parent
f76a525ba2
commit
9c7f695790
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -22,7 +22,7 @@ gem 'omniauth-rails_csrf_protection', '~> 0.1'
|
|||
gem 'pg', '~> 1.1'
|
||||
gem 'pry-doc', '~> 1.1'
|
||||
gem 'pry-rails', '~> 0.3'
|
||||
gem 'puma', '~> 4.2'
|
||||
gem 'puma', '~> 4.3', '>= 4.3.5'
|
||||
gem 'pundit', '~> 2.1'
|
||||
gem 'rack', '~> 2.2.0'
|
||||
gem 'rack-attack', '~> 6.1'
|
||||
|
|
|
@ -283,7 +283,7 @@ GEM
|
|||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (4.0.4)
|
||||
puma (4.3.3)
|
||||
puma (4.3.5)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -502,7 +502,7 @@ DEPENDENCIES
|
|||
pg (~> 1.1)
|
||||
pry-doc (~> 1.1)
|
||||
pry-rails (~> 0.3)
|
||||
puma (~> 4.2)
|
||||
puma (~> 4.3, >= 4.3.5)
|
||||
pundit (~> 2.1)
|
||||
pundit-matchers (~> 1.6)
|
||||
rack (~> 2.2.0)
|
||||
|
|
Reference in a new issue