onebox.gemspec in onebox-2.2.17 vs onebox.gemspec in onebox-2.2.18

- old
+ new

@@ -18,10 +18,10 @@ # specs are too heavy to include they have tons of big fixtures # Git repo link exists so you can download from there spec.files = `git ls-files`.split($/).reject { |s| s =~ /^(spec|web)/ } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'addressable', '~> 2.7.0' + spec.add_runtime_dependency 'addressable', '~> 2.8.0' spec.add_runtime_dependency 'multi_json', '~> 1.11' spec.add_runtime_dependency 'mustache' spec.add_runtime_dependency 'nokogiri', '~> 1.7' spec.add_runtime_dependency 'htmlentities', '~> 4.3' spec.add_runtime_dependency 'sanitize'