Skip to content

Commit

Permalink
bump up rack version to the one that includes the Hash DoS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Dec 31, 2011
1 parent 2eb197e commit 27a508c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Expand Up @@ -79,7 +79,7 @@ spec = Gem::Specification.new do |s|
s.requirements << 'none'

s.add_dependency('activesupport', '= 2.3.14' + PKG_BUILD)
s.add_dependency('rack', '~> 1.1.0')
s.add_dependency('rack', '~> 1.1.3')

s.require_path = 'lib'

Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller.rb
Expand Up @@ -31,7 +31,7 @@
end
end

gem 'rack', '~> 1.1.0'
gem 'rack', '~> 1.1.3'
require 'rack'
require 'action_controller/cgi_ext'

Expand Down

0 comments on commit 27a508c

Please sign in to comment.