]> cat aescling's git repositories - mastodon.git/commitdiff
Bump devise from 4.4.3 to 4.5.0 (#8778)
authorGrey Baker <greysteil@gmail.com>
Tue, 25 Sep 2018 19:27:53 +0000 (20:27 +0100)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 25 Sep 2018 19:27:53 +0000 (04:27 +0900)
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>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 0abec9a5a15ce2909a8a431780eac3bb132e3842..3e4f886897ac5fc1cb1b774af60d3400624f1017 100644 (file)
--- 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
index 9035e04a76dd5b6a42a02ff2dd3840e7afaab9e7..b3f5b66ec156046a71c5457a3eb1d70c93980561 100644 (file)
@@ -162,7 +162,7 @@ GEM
       rack (>= 1)
       rake (> 10, < 13)
       thor (~> 0.19)
-    devise (4.4.3)
+    devise (4.5.0)
       bcrypt (~> 3.0)
       orm_adapter (~> 0.1)
       railties (>= 4.1.0, < 6.0)
@@ -666,7 +666,7 @@ DEPENDENCIES
   cld3 (~> 3.2.0)
   climate_control (~> 0.2)
   derailed_benchmarks
-  devise (~> 4.4)
+  devise (~> 4.5)
   devise-two-factor (~> 3.0)
   devise_pam_authenticatable2 (~> 9.2)
   doorkeeper (~> 5.0)