We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c8934 commit d37cbf2Copy full SHA for d37cbf2
1 file changed
rdf-virtuoso.gemspec
@@ -20,10 +20,10 @@ Gem::Specification.new do |s|
20
s.require_paths = ['lib']
21
22
s.add_development_dependency 'rspec', '~> 2.14.1'
23
- s.add_development_dependency 'rdf-spec', '~> 1.0.7'
+ s.add_development_dependency 'rdf-spec', '~> 1.0.9'
24
25
- s.add_runtime_dependency 'rdf', '~> 1.0.7'
26
- s.add_runtime_dependency 'httparty', '~> 0.11.0'
+ s.add_runtime_dependency 'rdf', '~> 1.0.10.2'
+ s.add_runtime_dependency 'httparty', '~> 0.12.0'
27
s.add_runtime_dependency 'api_smith', '~> 1.3.0'
28
29
end
0 commit comments