Skip to content

Commit

Permalink
* CI on Ruby 3.3.
Browse files Browse the repository at this point in the history
* Explicit dependency on getoptlong gem.
  • Loading branch information
gkellogg committed Dec 25, 2023
1 parent 77e9cb0 commit 5f442f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
ruby: ['3.0', 3.1, 3.2, 3.3, ruby-head, jruby]
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions sparql.gemspec
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'sparql-client', '~> 3.3'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.3'

gem.add_development_dependency 'getoptlong', '~> 0.2'
gem.add_development_dependency 'sinatra', '~> 3.1'
gem.add_development_dependency 'rack', '>= 2.2', '< 4'
gem.add_development_dependency 'rack-test', '~> 2.1'
Expand Down

0 comments on commit 5f442f6

Please sign in to comment.