about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-05-15 16:36:45 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-15 22:36:45 +0200
commit0b34ade66b5271cf7f4e61fb34c4a093ec9fa75d (patch)
tree362dac1ef781f2b67be86299c7d6f067d490db5b /Gemfile.lock
parent191696ab303d83cabf802e804443968b3053d775 (diff)
Update devise to version 4.3.0 (#3074)
Supports rails 5.1
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d52799fff..e4e2256eb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -112,10 +112,10 @@ GEM
       safe_yaml (~> 1.0.0)
     crass (1.0.2)
     debug_inspector (0.0.3)
-    devise (4.2.1)
+    devise (4.3.0)
       bcrypt (~> 3.0)
       orm_adapter (~> 0.1)
-      railties (>= 4.1.0, < 5.1)
+      railties (>= 4.1.0, < 5.2)
       responders
       warden (~> 1.2.3)
     devise-two-factor (3.0.0)
@@ -282,7 +282,7 @@ GEM
     puma (3.8.2)
     rabl (0.13.1)
       activesupport (>= 2.3.14)
-    rack (2.0.2)
+    rack (2.0.3)
     rack-attack (5.0.1)
       rack
     rack-cors (0.4.1)