We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3951bc7 commit 170e52fCopy full SHA for 170e52f
1 file changed
rdf-rdfxml.gemspec
@@ -23,8 +23,8 @@ Gem::Specification.new do |gem|
23
gem.required_ruby_version = '>= 1.9.3'
24
gem.requirements = []
25
26
- gem.add_runtime_dependency 'rdf', '~> 1.1'
27
- gem.add_runtime_dependency 'rdf-rdfa', '~> 1.1'
+ gem.add_runtime_dependency 'rdf', '~> 1.1', '>= 1.1.6'
+ gem.add_runtime_dependency 'rdf-rdfa', '~> 1.1', '>= 1.1.4.1'
28
gem.add_runtime_dependency 'rdf-xsd', '~> 1.1'
29
30
#gem.add_development_dependency 'nokogiri' , '>= 1.6.1' # conditionally done in Gemfile
0 commit comments