Skip to content

Commit

Permalink
Merge pull request rails#4247 from amatsuda/hashdos_23
Browse files Browse the repository at this point in the history
bump up rack version to the one that includes the Hash DoS fix
  • Loading branch information
josevalim committed Dec 31, 2011
2 parents 2eb197e + 27a508c commit 8fff8f0
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.requirements << 'none'


s.add_dependency('activesupport', '= 2.3.14' + PKG_BUILD) 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' 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
end end


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


Expand Down

0 comments on commit 8fff8f0

Please sign in to comment.