Commit b643a04590a6a98b53125f8fd714d22919465211

Authored by Jeremy Lecour
1 parent a3976b02
Exists in master and in 1 other branch production

Update Devise to 1.1.8

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
@@ -5,7 +5,7 @@ gem 'nokogiri' @@ -5,7 +5,7 @@ gem 'nokogiri'
5 gem 'mongoid', '~> 2.0.0.rc.6' 5 gem 'mongoid', '~> 2.0.0.rc.6'
6 gem 'haml' 6 gem 'haml'
7 gem 'will_paginate' 7 gem 'will_paginate'
8 -gem 'devise', '~> 1.1.3' 8 +gem 'devise', '~> 1.1.8'
9 9
10 platform :ruby do 10 platform :ruby do
11 gem 'bson_ext', '~> 1.2' 11 gem 'bson_ext', '~> 1.2'
@@ -34,7 +34,7 @@ GEM @@ -34,7 +34,7 @@ GEM
34 bson_ext (1.2.4) 34 bson_ext (1.2.4)
35 builder (2.1.2) 35 builder (2.1.2)
36 database_cleaner (0.6.5) 36 database_cleaner (0.6.5)
37 - devise (1.1.7) 37 + devise (1.1.8)
38 bcrypt-ruby (~> 2.1.2) 38 bcrypt-ruby (~> 2.1.2)
39 warden (~> 1.0.2) 39 warden (~> 1.0.2)
40 diff-lcs (1.1.2) 40 diff-lcs (1.1.2)
@@ -107,7 +107,7 @@ PLATFORMS @@ -107,7 +107,7 @@ PLATFORMS
107 DEPENDENCIES 107 DEPENDENCIES
108 bson_ext (~> 1.2) 108 bson_ext (~> 1.2)
109 database_cleaner (~> 0.6.0) 109 database_cleaner (~> 0.6.0)
110 - devise (~> 1.1.3) 110 + devise (~> 1.1.8)
111 factory_girl_rails 111 factory_girl_rails
112 haml 112 haml
113 mongoid (~> 2.0.0.rc.6) 113 mongoid (~> 2.0.0.rc.6)