Merge pull request #1972 from internetee/dependabot/bundler/devise-4.8.0

Bump devise from 4.7.3 to 4.8.0
This commit is contained in:
Alex Sherman 2021-05-10 13:16:44 +05:00 committed by GitHub
commit 1af8060407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ gem 'kaminari'
gem 'sass-rails'
gem 'select2-rails', '4.0.13' # for autocomplete
gem 'cancancan'
gem 'devise', '~> 4.7'
gem 'devise', '~> 4.8'
# registry specfic
gem 'data_migrate', '~> 7.0'