Skip to content

Commit

Permalink
* CI on Ruby 3.3.
Browse files Browse the repository at this point in the history
* Point to release notes in README.
* Explicit dependency for getoptlong.
  • Loading branch information
gkellogg committed Dec 26, 2023
1 parent 8827fb2 commit 0177952
Show file tree
Hide file tree
Showing 3 changed files with 6 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
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -603,6 +603,10 @@ To get a local working copy of the development repository, do:

% git clone git://github.com/ruby-rdf/json-ld.git

## Change Log

See [Release Notes on GitHub](https://github.com/ruby-rdf/json-ld/releases)

## Mailing List
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/>

Expand Down
1 change: 1 addition & 0 deletions json-ld.gemspec
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'multi_json', '~> 1.15'
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_development_dependency 'getoptlong', '~> 0.2'
gem.add_development_dependency 'jsonlint', '~> 0.4' unless is_java
gem.add_development_dependency 'oj', '~> 3.15' unless is_java
gem.add_development_dependency 'rack-test', '~> 2.1'
Expand Down

0 comments on commit 0177952

Please sign in to comment.