Skip to content

Commit 01f4abb

Browse files
committed
Merge pull request #23 from no-reply/feature/runtime-dependencies
Make rspec and rdf load runtime dependencies
2 parents 10f5051 + d6d85e9 commit 01f4abb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rdf-spec.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Gem::Specification.new do |gem|
2727

2828
gem.required_ruby_version = '>= 1.9.2'
2929
gem.requirements = []
30-
gem.add_development_dependency 'rdf', '~> 1.1'
31-
gem.add_development_dependency 'rspec', '~> 3.0'
32-
gem.add_development_dependency 'rspec-its', '~> 1.0'
30+
gem.add_runtime_dependency 'rdf', '~> 1.1'
31+
gem.add_runtime_dependency 'rspec', '~> 3.0'
32+
gem.add_runtime_dependency 'rspec-its', '~> 1.0'
3333
gem.add_development_dependency 'yard' , '~> 0.8'
3434
gem.post_install_message = nil
3535
end

0 commit comments

Comments
 (0)