Skip to content

Commit

Permalink
Depend on Haml ~> 5.2 until a replacement for haml_tag is found.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 5, 2023
1 parent e9d92e5 commit de53a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -43,6 +43,7 @@ Write a graph to a file:

## Dependencies
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.2)
* [Haml](https://rubygems.org/gems/haml) (~>- 5.2)
* Soft dependency on [Nokogiri](https://rubygems.org/gems/nokogiri) (>= 1.12)

## Documentation
Expand Down
1 change: 1 addition & 0 deletions rdf-rdfxml.gemspec
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf-xsd', '~> 3.2'
gem.add_runtime_dependency 'rdf-rdfa', '~> 3.2'
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
gem.add_runtime_dependency 'haml', '~> 5.2' # Until workaround for haml_tag is found.

gem.add_development_dependency 'json-ld', '>= 3.2'
gem.add_development_dependency 'rspec', '~> 3.10'
Expand Down

0 comments on commit de53a89

Please sign in to comment.