Skip to content

Commit

Permalink
Force linkeddata 3.x for compatibility with rdf 3.x
Browse files Browse the repository at this point in the history
I ran into this issue when testing where ebnf 2.0 was released on Friday and was getting pulled in.  The only version of linkeddata which resolves then is 1.1.1 which has compatibility issues with rdf 3.x.  If ebnf is backed down to 1.x then I believe the correct version of linkeddata will be used but specifying the version of linkeddata better describes the true dependency requirement.
  • Loading branch information
cjcolvar committed Jun 22, 2020
1 parent d6280ea commit c60022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SUMMARY
# Pin more tightly because 0.x gems are potentially unstable
spec.add_dependency 'kaminari_route_prefix', '~> 0.1.1'
spec.add_dependency 'legato', '~> 0.3'
spec.add_dependency 'linkeddata' # Required for getting values from geonames
spec.add_dependency 'linkeddata', '~> 3.1' # Required for getting values from geonames
spec.add_dependency 'mailboxer', '~> 0.12'
spec.add_dependency 'nest', '~> 3.1'
spec.add_dependency 'noid-rails', '~> 3.0.0'
Expand Down

0 comments on commit c60022d

Please sign in to comment.