Commit 0c46f7c139eff574f1eafebb151e0adf33aca874

Authored by Nathan Broadbent
1 parent 3dc4b32b
Exists in master and in 1 other branch production

Updated devise to ~> 1.5.3

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
Gemfile
... ... @@ -7,7 +7,7 @@ gem 'mongoid', '~> 2.2.2'
7 7  
8 8 gem 'haml'
9 9 gem 'htmlentities', "~> 4.3.0"
10   -gem 'devise', '~> 1.4.0'
  10 +gem 'devise', '~> 1.5.3'
11 11 gem 'lighthouse-api'
12 12 gem 'oruen_redmine_client', :require => 'redmine_client'
13 13 gem 'mongoid_rails_migrations'
... ...
Gemfile.lock
... ... @@ -45,10 +45,10 @@ GEM
45 45 addressable
46 46 rdoc
47 47 database_cleaner (0.6.7)
48   - devise (1.4.9)
  48 + devise (1.5.3)
49 49 bcrypt-ruby (~> 3.0)
50 50 orm_adapter (~> 0.0.3)
51   - warden (~> 1.0.3)
  51 + warden (~> 1.1)
52 52 diff-lcs (1.1.3)
53 53 email_spec (1.2.1)
54 54 mail (~> 2.2)
... ... @@ -197,7 +197,7 @@ GEM
197 197 rack
198 198 raindrops (~> 0.7)
199 199 useragent (0.3.2)
200   - warden (1.0.6)
  200 + warden (1.2.0)
201 201 rack (>= 1.0)
202 202 webmock (1.8.6)
203 203 addressable (>= 2.2.7)
... ... @@ -212,7 +212,7 @@ DEPENDENCIES
212 212 bson (= 1.3.1)
213 213 bson_ext (= 1.3.1)
214 214 database_cleaner (~> 0.6.0)
215   - devise (~> 1.4.0)
  215 + devise (~> 1.5.3)
216 216 email_spec
217 217 fabrication (~> 1.3.0)
218 218 haml
... ...