We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097bf20 commit e3b758fCopy full SHA for e3b758f
1 file changed
rdf-virtuoso.gemspec
@@ -15,12 +15,14 @@ Gem::Specification.new do |s|
15
s.files = %w(README.md LICENSE VERSION) + Dir.glob('lib/**/*.rb')
16
s.require_paths = ['lib']
17
18
- s.add_runtime_dependency 'rdf', '~> 3.1'
19
- s.add_runtime_dependency 'httparty', '~> 0.20'
20
- s.add_runtime_dependency 'api_smith', '~> 1.3.0'
+ s.required_ruby_version = '>= 2.6'
21
22
- s.add_development_dependency 'rspec', '~> 3.10'
23
- s.add_development_dependency 'rdf-spec', '~> 3.2'
+ s.add_runtime_dependency 'rdf', '~> 3.2'
+ s.add_runtime_dependency 'httparty', '~> 0.20'
+ s.add_runtime_dependency 'api_smith', '~> 1.3.0'
+
24
+ s.add_development_dependency 'rspec', '~> 3.10'
25
+ s.add_development_dependency 'rdf-spec', '~> 3.2'
26
s.add_development_dependency 'rdf-vocab', '~> 3.2'
27
28
end
0 commit comments