1
0
Fork 0

Update gem "devise-i18n"

This commit is contained in:
Alex Kotov 2019-06-27 09:50:26 +05:00
parent f5fe85eeab
commit f57287caa5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View File

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

View File

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