about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorGrey Baker <greysteil@gmail.com>2018-09-25 20:27:53 +0100
committerYamagishi Kazutoshi <ykzts@desire.sh>2018-09-26 04:27:53 +0900
commit6e075b9cc4796ded65db4962c95518cc5eb762f7 (patch)
tree3ce41b9993af5c46d09dabb3a2986003d38cc958 /Gemfile
parent8096df1055e920ebf91504ec47e9617038b106c8 (diff)
Bump devise from 4.4.3 to 4.5.0 (#8778)
Bumps [devise](https://github.com/plataformatec/devise) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v4.4.3...v4.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0abec9a5a..3e4f88689 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,7 @@ gem 'charlock_holmes', '~> 0.7.6'
 gem 'iso-639'
 gem 'chewy', '~> 5.0'
 gem 'cld3', '~> 3.2.0'
-gem 'devise', '~> 4.4'
+gem 'devise', '~> 4.5'
 gem 'devise-two-factor', '~> 3.0'
 
 group :pam_authentication, optional: true do