We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f36efa commit e59d0bbCopy full SHA for e59d0bb
rdf-spec.gemspec
@@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
32
gem.add_runtime_dependency 'rdf-isomorphic', '~> 3.3'
33
gem.add_runtime_dependency 'rspec', '~> 3.12'
34
gem.add_runtime_dependency 'rspec-its', '~> 1.3'
35
- gem.add_runtime_dependency 'rexml', '~> 3.2' # For Webmock
+ gem.add_runtime_dependency 'rexml', '~> 3.4' # For Webmock
36
gem.add_runtime_dependency 'webmock', '~> 3.19'
37
gem.add_development_dependency 'yard' , '~> 0.9'
38
gem.post_install_message = nil
0 commit comments