Commit 04501f5cd790d1dd9452951e4b5850800d60257c
1 parent
e49f1063
Exists in
colab
and in
4 other branches
devise updated
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -38,7 +38,7 @@ GEM |
38 | 38 | thread_safe (~> 0.1) |
39 | 39 | tzinfo (~> 1.1) |
40 | 40 | arel (5.0.1.20140414130214) |
41 | - bcrypt (3.1.7) | |
41 | + bcrypt (3.1.9) | |
42 | 42 | better_errors (2.0.0) |
43 | 43 | coderay (>= 1.0.0) |
44 | 44 | erubis (>= 2.6.6) |
... | ... | @@ -101,7 +101,7 @@ GEM |
101 | 101 | dalli (2.7.2) |
102 | 102 | database_cleaner (1.3.0) |
103 | 103 | debug_inspector (0.0.2) |
104 | - devise (3.4.0) | |
104 | + devise (3.4.1) | |
105 | 105 | bcrypt (~> 3.0) |
106 | 106 | orm_adapter (~> 0.1) |
107 | 107 | railties (>= 3.2.6, < 5) |
... | ... | @@ -153,7 +153,7 @@ GEM |
153 | 153 | metaclass (0.0.4) |
154 | 154 | mime-types (2.4.3) |
155 | 155 | mini_portile (0.6.0) |
156 | - minitest (5.4.2) | |
156 | + minitest (5.4.3) | |
157 | 157 | mocha (1.1.0) |
158 | 158 | metaclass (~> 0.0.1) |
159 | 159 | multi_json (1.10.1) |
... | ... | @@ -194,7 +194,7 @@ GEM |
194 | 194 | rdoc (4.1.2) |
195 | 195 | json (~> 1.4) |
196 | 196 | ref (1.0.5) |
197 | - responders (1.1.1) | |
197 | + responders (1.1.2) | |
198 | 198 | railties (>= 3.2, < 4.2) |
199 | 199 | rest-client (1.7.2) |
200 | 200 | mime-types (>= 1.16, < 3.0) | ... | ... |