Skip to content

Commit

Permalink
simplecov 0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 1, 2023
1 parent 2b45a55 commit f228897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :development do
end

group :development, :test do
gem 'simplecov', '~> 0.21', platforms: :mri
gem 'simplecov', '~> 0.22', platforms: :mri
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
end

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ Blank nodes associated with rdf:List statements used as part of a built-in are m
* [Ruby](https://ruby-lang.org/) (>= 3.0)
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
* [EBNF][EBNF gem] (~> 2.4)
* [SPARQL][SPARQL gem] (~> 3.1)
* [SXP][SXP gem] (~> 1.2)
* [SPARQL][SPARQL gem] (~> 3.3)
* [SXP][SXP gem] (~> 1.3)

## Documentation
Full documentation available on [RubyDoc.info](https://ruby-rdf.github.io/rdf-n3)
Expand Down

0 comments on commit f228897

Please sign in to comment.