Skip to content

Commit

Permalink
Remove fiddle dependency, as it breaks JRuby. It is a secondary depen…
Browse files Browse the repository at this point in the history
…dency, so should be fixed in the source gem.
  • Loading branch information
gkellogg committed Oct 7, 2024
1 parent 1db066a commit 2b7c781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'logger', '~> 1.5'
gem.add_runtime_dependency 'ostruct', '~> 0.6'
gem.add_development_dependency 'base64', '~> 0.2'
gem.add_development_dependency 'fiddle', '~> 1.1'
gem.add_development_dependency 'rdf-spec', '~> 3.3'
gem.add_development_dependency 'rdf-turtle', '~> 3.3'
gem.add_development_dependency 'rdf-vocab', '~> 3.3'
Expand Down

0 comments on commit 2b7c781

Please sign in to comment.