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 1bc66e3 commit 0ce3b32Copy full SHA for 0ce3b32
.github/workflows/ci.yml
@@ -24,7 +24,8 @@ jobs:
24
- 2.5
25
- 2.6
26
- 2.7
27
- #- ruby-head # Until net-http-persistent updated
+ - 3.0
28
+ - ruby-head
29
- jruby
30
gemfile:
31
- Gemfile
sparql-client.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.4'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.1'
- gem.add_runtime_dependency 'net-http-persistent', '~> 4.0'
+ gem.add_runtime_dependency 'net-http-persistent', '~> 4.0', '>= 4.0.1'
gem.add_development_dependency 'rdf-spec', '~> 3.1'
gem.add_development_dependency 'sparql', '~> 3.1'
gem.add_development_dependency 'rspec', '~> 3.10'
0 commit comments