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,10 +99,11 @@ GEM | ||
| 99 | dalli (2.7.2) | 99 | dalli (2.7.2) |
| 100 | database_cleaner (1.3.0) | 100 | database_cleaner (1.3.0) |
| 101 | debug_inspector (0.0.2) | 101 | debug_inspector (0.0.2) |
| 102 | - devise (3.3.0) | 102 | + devise (3.4.0) |
| 103 | bcrypt (~> 3.0) | 103 | bcrypt (~> 3.0) |
| 104 | orm_adapter (~> 0.1) | 104 | orm_adapter (~> 0.1) |
| 105 | railties (>= 3.2.6, < 5) | 105 | railties (>= 3.2.6, < 5) |
| 106 | + responders | ||
| 106 | thread_safe (~> 0.1) | 107 | thread_safe (~> 0.1) |
| 107 | warden (~> 1.2.3) | 108 | warden (~> 1.2.3) |
| 108 | diff-lcs (1.2.5) | 109 | diff-lcs (1.2.5) |
| @@ -193,6 +194,8 @@ GEM | @@ -193,6 +194,8 @@ GEM | ||
| 193 | rdoc (4.1.2) | 194 | rdoc (4.1.2) |
| 194 | json (~> 1.4) | 195 | json (~> 1.4) |
| 195 | ref (1.0.5) | 196 | ref (1.0.5) |
| 197 | + responders (1.1.1) | ||
| 198 | + railties (>= 3.2, < 4.2) | ||
| 196 | rest-client (1.7.2) | 199 | rest-client (1.7.2) |
| 197 | mime-types (>= 1.16, < 3.0) | 200 | mime-types (>= 1.16, < 3.0) |
| 198 | netrc (~> 0.7) | 201 | netrc (~> 0.7) |
| @@ -285,7 +288,7 @@ DEPENDENCIES | @@ -285,7 +288,7 @@ DEPENDENCIES | ||
| 285 | cucumber-rails (~> 1.4.0) | 288 | cucumber-rails (~> 1.4.0) |
| 286 | dalli (~> 2.7.0) | 289 | dalli (~> 2.7.0) |
| 287 | database_cleaner | 290 | database_cleaner |
| 288 | - devise (~> 3.3.0) | 291 | + devise (~> 3.4.0) |
| 289 | exception_notification (~> 4.0.1) | 292 | exception_notification (~> 4.0.1) |
| 290 | factory_girl_rails (~> 4.4.1) | 293 | factory_girl_rails (~> 4.4.1) |
| 291 | google-analytics-rails (~> 0.0.6) | 294 | google-analytics-rails (~> 0.0.6) |