Commit 7ea8b3f183cc37c399620d0956e00ae546e673a1
Committed by
Rafael Manzo
1 parent
61fcd35d
Exists in
colab
and in
4 other branches
devise gem updated
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
Gemfile.lock
| ... | ... | @@ -99,10 +99,11 @@ GEM |
| 99 | 99 | dalli (2.7.2) |
| 100 | 100 | database_cleaner (1.3.0) |
| 101 | 101 | debug_inspector (0.0.2) |
| 102 | - devise (3.3.0) | |
| 102 | + devise (3.4.0) | |
| 103 | 103 | bcrypt (~> 3.0) |
| 104 | 104 | orm_adapter (~> 0.1) |
| 105 | 105 | railties (>= 3.2.6, < 5) |
| 106 | + responders | |
| 106 | 107 | thread_safe (~> 0.1) |
| 107 | 108 | warden (~> 1.2.3) |
| 108 | 109 | diff-lcs (1.2.5) |
| ... | ... | @@ -193,6 +194,8 @@ GEM |
| 193 | 194 | rdoc (4.1.2) |
| 194 | 195 | json (~> 1.4) |
| 195 | 196 | ref (1.0.5) |
| 197 | + responders (1.1.1) | |
| 198 | + railties (>= 3.2, < 4.2) | |
| 196 | 199 | rest-client (1.7.2) |
| 197 | 200 | mime-types (>= 1.16, < 3.0) |
| 198 | 201 | netrc (~> 0.7) |
| ... | ... | @@ -285,7 +288,7 @@ DEPENDENCIES |
| 285 | 288 | cucumber-rails (~> 1.4.0) |
| 286 | 289 | dalli (~> 2.7.0) |
| 287 | 290 | database_cleaner |
| 288 | - devise (~> 3.3.0) | |
| 291 | + devise (~> 3.4.0) | |
| 289 | 292 | exception_notification (~> 4.0.1) |
| 290 | 293 | factory_girl_rails (~> 4.4.1) |
| 291 | 294 | google-analytics-rails (~> 0.0.6) | ... | ... |