Skip to content

Commit 0ce3b32

Browse files
committed
Update net-http-dependency to >= 4.0.1 and enable CI on Ruby 3.0.
1 parent 1bc66e3 commit 0ce3b32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- 2.5
2525
- 2.6
2626
- 2.7
27-
#- ruby-head # Until net-http-persistent updated
27+
- 3.0
28+
- ruby-head
2829
- jruby
2930
gemfile:
3031
- Gemfile

sparql-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
2525
gem.required_ruby_version = '>= 2.4'
2626
gem.requirements = []
2727
gem.add_runtime_dependency 'rdf', '~> 3.1'
28-
gem.add_runtime_dependency 'net-http-persistent', '~> 4.0'
28+
gem.add_runtime_dependency 'net-http-persistent', '~> 4.0', '>= 4.0.1'
2929
gem.add_development_dependency 'rdf-spec', '~> 3.1'
3030
gem.add_development_dependency 'sparql', '~> 3.1'
3131
gem.add_development_dependency 'rspec', '~> 3.10'

0 commit comments

Comments
 (0)