1
0
Fork 0

Upgrade gems

This commit is contained in:
Alex Kotov 2020-05-29 13:17:54 +05:00
parent f76a525ba2
commit 9c7f695790
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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)