Commit 2d56d89b92198502a6ed2c684d6b4d1a51bb119f
1 parent
76eb9532
Exists in
master
and in
4 other branches
update devise to 2.2.5
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -49,7 +49,7 @@ GEM |
49 | 49 | asciidoctor (0.1.3) |
50 | 50 | awesome_print (1.1.0) |
51 | 51 | backports (3.3.2) |
52 | - bcrypt-ruby (3.0.1) | |
52 | + bcrypt-ruby (3.1.1) | |
53 | 53 | better_errors (0.9.0) |
54 | 54 | coderay (>= 1.0.0) |
55 | 55 | erubis (>= 2.6.6) |
... | ... | @@ -111,7 +111,7 @@ GEM |
111 | 111 | database_cleaner (1.0.1) |
112 | 112 | debug_inspector (0.0.2) |
113 | 113 | descendants_tracker (0.0.1) |
114 | - devise (2.2.4) | |
114 | + devise (2.2.5) | |
115 | 115 | bcrypt-ruby (~> 3.0) |
116 | 116 | orm_adapter (~> 0.1) |
117 | 117 | railties (~> 3.1) |
... | ... | @@ -535,7 +535,7 @@ GEM |
535 | 535 | virtus (0.5.5) |
536 | 536 | backports (~> 3.3) |
537 | 537 | descendants_tracker (~> 0.0.1) |
538 | - warden (1.2.1) | |
538 | + warden (1.2.3) | |
539 | 539 | rack (>= 1.0) |
540 | 540 | webmock (1.11.0) |
541 | 541 | addressable (>= 2.2.7) |
... | ... | @@ -564,7 +564,7 @@ DEPENDENCIES |
564 | 564 | coveralls |
565 | 565 | d3_rails (~> 3.1.4) |
566 | 566 | database_cleaner |
567 | - devise | |
567 | + devise (~> 2.2) | |
568 | 568 | email_spec |
569 | 569 | enumerize |
570 | 570 | factory_girl_rails | ... | ... |