Commit 37276011b244c5ca255196a238fd7a0accec7de0

Authored by Cyril Mougel
1 parent c9f1742a
Exists in master and in 1 other branch production

Update Devise gem to fix security issue

Showing 2 changed files with 9 additions and 9 deletions   Show diff stats
@@ -5,7 +5,7 @@ gem 'mongoid', '~> 2.7.1' @@ -5,7 +5,7 @@ gem 'mongoid', '~> 2.7.1'
5 5
6 # Mongoid rails migration > 0.0.14 is not compatible to Mongoid 2.x 6 # Mongoid rails migration > 0.0.14 is not compatible to Mongoid 2.x
7 gem 'mongoid_rails_migrations', '~> 0.0.14' 7 gem 'mongoid_rails_migrations', '~> 0.0.14'
8 -gem 'devise' 8 +gem 'devise', '~> 2.2.6' # Last version supporting ruby 1.8.7
9 gem 'haml' 9 gem 'haml'
10 gem 'htmlentities' 10 gem 'htmlentities'
11 gem 'rack-ssl', :require => 'rack/ssl' # force SSL 11 gem 'rack-ssl', :require => 'rack/ssl' # force SSL
@@ -103,8 +103,8 @@ GEM @@ -103,8 +103,8 @@ GEM
103 debugger-ruby_core_source (~> 1.2.3) 103 debugger-ruby_core_source (~> 1.2.3)
104 debugger-linecache (1.2.0) 104 debugger-linecache (1.2.0)
105 debugger-ruby_core_source (1.2.3) 105 debugger-ruby_core_source (1.2.3)
106 - decent_exposure (2.2.0)  
107 - devise (2.2.4) 106 + decent_exposure (2.2.1)
  107 + devise (2.2.6)
108 bcrypt-ruby (~> 3.0) 108 bcrypt-ruby (~> 3.0)
109 orm_adapter (~> 0.1) 109 orm_adapter (~> 0.1)
110 railties (~> 3.1) 110 railties (~> 3.1)
@@ -195,8 +195,8 @@ GEM @@ -195,8 +195,8 @@ GEM
195 bundler (>= 1.0.0) 195 bundler (>= 1.0.0)
196 rails (>= 3.0.0) 196 rails (>= 3.0.0)
197 railties (>= 3.0.0) 197 railties (>= 3.0.0)
198 - multi_json (1.7.7)  
199 - multi_xml (0.5.4) 198 + multi_json (1.7.8)
  199 + multi_xml (0.5.5)
200 multipart-post (1.2.0) 200 multipart-post (1.2.0)
201 net-scp (1.1.2) 201 net-scp (1.1.2)
202 net-ssh (>= 2.6.5) 202 net-ssh (>= 2.6.5)
@@ -294,9 +294,9 @@ GEM @@ -294,9 +294,9 @@ GEM
294 mime-types (>= 1.16) 294 mime-types (>= 1.16)
295 ri_cal (0.8.8) 295 ri_cal (0.8.8)
296 rspec-core (2.14.4) 296 rspec-core (2.14.4)
297 - rspec-expectations (2.14.0) 297 + rspec-expectations (2.14.1)
298 diff-lcs (>= 1.1.3, < 2.0) 298 diff-lcs (>= 1.1.3, < 2.0)
299 - rspec-mocks (2.14.2) 299 + rspec-mocks (2.14.3)
300 rspec-rails (2.14.0) 300 rspec-rails (2.14.0)
301 actionpack (>= 3.0) 301 actionpack (>= 3.0)
302 activesupport (>= 3.0) 302 activesupport (>= 3.0)
@@ -316,7 +316,7 @@ GEM @@ -316,7 +316,7 @@ GEM
316 json 316 json
317 rest-client 317 rest-client
318 safe_yaml (0.9.5) 318 safe_yaml (0.9.5)
319 - selenium-webdriver (2.33.0) 319 + selenium-webdriver (2.34.0)
320 childprocess (>= 0.2.5) 320 childprocess (>= 0.2.5)
321 multi_json (~> 1.0) 321 multi_json (~> 1.0)
322 rubyzip 322 rubyzip
@@ -399,7 +399,7 @@ DEPENDENCIES @@ -399,7 +399,7 @@ DEPENDENCIES
399 database_cleaner (~> 0.9.0) 399 database_cleaner (~> 0.9.0)
400 debugger 400 debugger
401 decent_exposure 401 decent_exposure
402 - devise 402 + devise (~> 2.2.6)
403 email_spec 403 email_spec
404 execjs 404 execjs
405 fabrication (~> 1.3.0) 405 fabrication (~> 1.3.0)