Update gem "devise-i18n"
This commit is contained in:
parent
f5fe85eeab
commit
f57287caa5
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -77,7 +77,7 @@ gem 'sentry-raven'
|
|||
gem 'devise', '~> 4.6'
|
||||
|
||||
# Translations for the devise gem.
|
||||
gem 'devise-i18n', '~> 1.7'
|
||||
gem 'devise-i18n', '~> 1.8'
|
||||
|
||||
# Very simple Roles library without any authorization enforcement
|
||||
# supporting scope on resource objects (instance or class).
|
||||
|
|
|
@ -463,7 +463,7 @@ DEPENDENCIES
|
|||
cucumber-rails (~> 1.7)
|
||||
database_cleaner (~> 1.7)
|
||||
devise (~> 4.6)
|
||||
devise-i18n (~> 1.7)
|
||||
devise-i18n (~> 1.8)
|
||||
factory_bot_rails (~> 4.10)
|
||||
faker (~> 1.8)
|
||||
font-awesome-sass (~> 5.5.0)
|
||||
|
|
Reference in a new issue