We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db2ed8 commit e7066d5Copy full SHA for e7066d5
onebox.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
spec.files = `git ls-files`.split($/).reject { |s| s =~ /^(spec|web)/ }
21
spec.require_paths = ['lib']
22
23
- spec.add_runtime_dependency 'addressable', '~> 2.7.0'
+ spec.add_runtime_dependency 'addressable', '~> 2.8.0'
24
spec.add_runtime_dependency 'multi_json', '~> 1.11'
25
spec.add_runtime_dependency 'mustache'
26
spec.add_runtime_dependency 'nokogiri', '~> 1.7'
0 commit comments