Update gem "devise"
This commit is contained in:
parent
025be77caa
commit
989e368b8d
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -74,7 +74,7 @@ gem 'rest-client', '~> 2.0'
|
|||
gem 'sentry-raven'
|
||||
|
||||
# Flexible authentication solution for Rails with Warden.
|
||||
gem 'devise', '~> 4.6'
|
||||
gem 'devise', '~> 4.7'
|
||||
|
||||
# Translations for the devise gem.
|
||||
gem 'devise-i18n', '~> 1.8'
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -141,10 +141,10 @@ GEM
|
|||
cucumber-tag_expressions (1.1.1)
|
||||
cucumber-wire (0.0.1)
|
||||
database_cleaner (1.7.0)
|
||||
devise (4.6.2)
|
||||
devise (4.7.0)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0, < 6.0)
|
||||
railties (>= 4.1.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
devise-i18n (1.8.0)
|
||||
|
@ -287,7 +287,7 @@ GEM
|
|||
activesupport (>= 4.2)
|
||||
choice (~> 0.2.0)
|
||||
ruby-graphviz (~> 1.2)
|
||||
rails-html-sanitizer (1.0.4)
|
||||
rails-html-sanitizer (1.2.0)
|
||||
loofah (~> 2.2, >= 2.2.2)
|
||||
rails-i18n (6.0.0.beta1)
|
||||
i18n (>= 0.7, < 2)
|
||||
|
@ -299,7 +299,7 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (>= 0.20.3, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
rake (12.3.2)
|
||||
rake (12.3.3)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
|
@ -442,7 +442,7 @@ DEPENDENCIES
|
|||
coveralls
|
||||
cucumber-rails (~> 1.7)
|
||||
database_cleaner (~> 1.7)
|
||||
devise (~> 4.6)
|
||||
devise (~> 4.7)
|
||||
devise-i18n (~> 1.8)
|
||||
factory_bot_rails (~> 4.10)
|
||||
faker (~> 1.8)
|
||||
|
|
Reference in a new issue