Commit 8ebe29c0c8d3a71e109dce7eec5b28e881a27333

Authored by Rafael Manzo
Committed by Diego Camarinha
1 parent 9e47f422

Devise updated

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