Skip to content

Commit e7066d5

Browse files
Update addressable to address CVE-2021-32740 (discourse#479)
1 parent 5db2ed8 commit e7066d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onebox.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.files = `git ls-files`.split($/).reject { |s| s =~ /^(spec|web)/ }
2121
spec.require_paths = ['lib']
2222

23-
spec.add_runtime_dependency 'addressable', '~> 2.7.0'
23+
spec.add_runtime_dependency 'addressable', '~> 2.8.0'
2424
spec.add_runtime_dependency 'multi_json', '~> 1.11'
2525
spec.add_runtime_dependency 'mustache'
2626
spec.add_runtime_dependency 'nokogiri', '~> 1.7'

0 commit comments

Comments
 (0)