Skip to content

Commit

Permalink
Bump rack dependency to 1.4.3
Browse files Browse the repository at this point in the history
It includes security bug fixes and changes the initialization of
Rack::File to accept a hash, otherwise generating warnings.

See 295806e for the warnings fix.
  • Loading branch information
carlosantoniodasilva committed Jan 8, 2013
1 parent 295806e commit 4f002a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activesupport', version
s.add_dependency 'builder', '~> 3.1.0'
s.add_dependency 'rack', '~> 1.4.1'
s.add_dependency 'rack', '~> 1.4.3'
s.add_dependency 'rack-test', '~> 0.6.1'
s.add_dependency 'erubis', '~> 2.7.0'

Expand Down

0 comments on commit 4f002a1

Please sign in to comment.