mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Update devise
gem
Addresses CVE-2019-5421 https://github.com/plataformatec/devise/issues/4981
This commit is contained in:
parent
1eb13341a7
commit
dd5591bbfd
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -51,7 +51,7 @@ gem 'liquid', '3.0.6' # for email templates
|
|||
|
||||
# rights
|
||||
gem 'cancancan', '1.11.0' # autharization
|
||||
gem 'devise', '4.4.3' # authenitcation
|
||||
gem 'devise', '~> 4.0'
|
||||
|
||||
gem 'grape'
|
||||
gem 'jbuilder', '2.2.16' # json api
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -126,7 +126,7 @@ GEM
|
|||
descendants_tracker (~> 0.0.4)
|
||||
ice_nine (~> 0.11.0)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
bcrypt (3.1.11)
|
||||
bcrypt (3.1.12)
|
||||
bootstrap-sass (3.4.1)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
sassc (>= 2.0.0)
|
||||
|
@ -170,7 +170,7 @@ GEM
|
|||
database_cleaner (1.6.1)
|
||||
descendants_tracker (0.0.4)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
devise (4.4.3)
|
||||
devise (4.6.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0, < 6.0)
|
||||
|
@ -337,9 +337,9 @@ GEM
|
|||
polyamorous (~> 1.1)
|
||||
rdoc (4.3.0)
|
||||
request_store (1.1.0)
|
||||
responders (2.4.0)
|
||||
actionpack (>= 4.2.0, < 5.3)
|
||||
railties (>= 4.2.0, < 5.3)
|
||||
responders (2.4.1)
|
||||
actionpack (>= 4.2.0, < 6.0)
|
||||
railties (>= 4.2.0, < 6.0)
|
||||
rest-client (2.0.1)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 4.0)
|
||||
|
@ -470,7 +470,7 @@ DEPENDENCIES
|
|||
daemons-rails (= 1.2.1)
|
||||
data_migrate!
|
||||
database_cleaner
|
||||
devise (= 4.4.3)
|
||||
devise (~> 4.0)
|
||||
digidoc_client!
|
||||
epp (= 1.5.0)!
|
||||
epp-xml (= 1.1.0)!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue