Commit d4f94a5b078db54e1b696cacefa6c2f98f7d00dc
1 parent
88bab75a
Exists in
master
and in
4 other branches
Update devise to latest version of 2.2.x
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -38,7 +38,7 @@ GEM |
38 | 38 | asciidoctor (0.1.3) |
39 | 39 | awesome_print (1.2.0) |
40 | 40 | backports (3.3.2) |
41 | - bcrypt-ruby (3.1.1) | |
41 | + bcrypt-ruby (3.1.2) | |
42 | 42 | better_errors (1.0.1) |
43 | 43 | coderay (>= 1.0.0) |
44 | 44 | erubis (>= 2.6.6) |
... | ... | @@ -101,7 +101,7 @@ GEM |
101 | 101 | database_cleaner (1.1.1) |
102 | 102 | debug_inspector (0.0.2) |
103 | 103 | descendants_tracker (0.0.1) |
104 | - devise (2.2.5) | |
104 | + devise (2.2.8) | |
105 | 105 | bcrypt-ruby (~> 3.0) |
106 | 106 | orm_adapter (~> 0.1) |
107 | 107 | railties (~> 3.1) |
... | ... | @@ -312,7 +312,7 @@ GEM |
312 | 312 | omniauth-twitter (0.0.17) |
313 | 313 | multi_json (~> 1.3) |
314 | 314 | omniauth-oauth (~> 1.0) |
315 | - orm_adapter (0.4.0) | |
315 | + orm_adapter (0.5.0) | |
316 | 316 | pg (0.15.1) |
317 | 317 | poltergeist (1.4.1) |
318 | 318 | capybara (~> 2.1.0) | ... | ... |