Skip to content

Commit

Permalink
Fix vulnerabilities described in CVE-2013-0156
Browse files Browse the repository at this point in the history
See https://groups.google.com/forum/#!topic/rubyonrails-security/61bkgvnSGTQ
for a little explanation on the vulnerabilities as
encountered in rails.

See datamapper/extlib@b4f9817...4540e71
for the respective fixes in extlib.
  • Loading branch information
snusnu committed Jan 9, 2013
1 parent d708cfd commit 3110e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merb-core/Gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem 'extlib', '>= 0.9.13'
gem 'extlib', '>= 0.9.16'
gem 'erubis'
gem 'rake'
gem 'rack'
Expand Down
2 changes: 1 addition & 1 deletion merb-core/merb-core.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
] & `git ls-files -z`.split("\0")

# Runtime dependencies
gem.add_dependency 'extlib', '>= 0.9.13'
gem.add_dependency 'extlib', '>= 0.9.16'
gem.add_dependency 'erubis', '>= 2.6.2'
gem.add_dependency 'rake'
gem.add_dependency 'rack'
Expand Down

0 comments on commit 3110e92

Please sign in to comment.