Commit 8ebe29c0c8d3a71e109dce7eec5b28e881a27333
Committed by
Diego Camarinha
1 parent
9e47f422
Exists in
colab
and in
4 other branches
Devise updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
| @@ -28,7 +28,7 @@ gem 'turbolinks' | @@ -28,7 +28,7 @@ gem 'turbolinks' | ||
| 28 | gem 'jbuilder', '~> 2.2.2' | 28 | gem 'jbuilder', '~> 2.2.2' |
| 29 | 29 | ||
| 30 | # For user authentication and everything else | 30 | # For user authentication and everything else |
| 31 | -gem 'devise', '~> 3.4.0' | 31 | +gem 'devise', '~> 3.5.1' |
| 32 | 32 | ||
| 33 | # Kalibro integration | 33 | # Kalibro integration |
| 34 | gem 'kalibro_client', '~> 0.3.0' | 34 | gem 'kalibro_client', '~> 0.3.0' |
Gemfile.lock
| @@ -109,7 +109,7 @@ GEM | @@ -109,7 +109,7 @@ GEM | ||
| 109 | dalli (2.7.4) | 109 | dalli (2.7.4) |
| 110 | database_cleaner (1.4.1) | 110 | database_cleaner (1.4.1) |
| 111 | debug_inspector (0.0.2) | 111 | debug_inspector (0.0.2) |
| 112 | - devise (3.4.1) | 112 | + devise (3.5.1) |
| 113 | bcrypt (~> 3.0) | 113 | bcrypt (~> 3.0) |
| 114 | orm_adapter (~> 0.1) | 114 | orm_adapter (~> 0.1) |
| 115 | railties (>= 3.2.6, < 5) | 115 | railties (>= 3.2.6, < 5) |
| @@ -339,7 +339,7 @@ DEPENDENCIES | @@ -339,7 +339,7 @@ DEPENDENCIES | ||
| 339 | cucumber-rails (~> 1.4.0) | 339 | cucumber-rails (~> 1.4.0) |
| 340 | dalli (~> 2.7.0) | 340 | dalli (~> 2.7.0) |
| 341 | database_cleaner (~> 1.4.1) | 341 | database_cleaner (~> 1.4.1) |
| 342 | - devise (~> 3.4.0) | 342 | + devise (~> 3.5.1) |
| 343 | exception_notification (~> 4.0.1) | 343 | exception_notification (~> 4.0.1) |
| 344 | factory_girl_rails (~> 4.5.0) | 344 | factory_girl_rails (~> 4.5.0) |
| 345 | google-analytics-rails (~> 0.0.6) | 345 | google-analytics-rails (~> 0.0.6) |