glossarist / glossarist-ruby

Concept modeller in Ruby
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

removing relaton version dependency #88

Closed HassanAkbar closed 7 months ago

HassanAkbar commented 7 months ago

As pointed out by @opoudjis

given that relaton does change somewhat frequently, consider whether you really do want to anchor glossarist to a minor version of relaton or not. If you use details of relaton's internal model, you will need to, but if you're doing high-level use, save yourselves the grief

I agree with this, we are currently only using relaton in glossarist for fetching bibliographic references so we do not need to anchor it to a version.

So, removing relation version dependency.

ronaldtse commented 7 months ago

@HassanAkbar you might want to lock to relaton ~> "1.6" in case Relaton's internal API changes in v2.

HassanAkbar commented 7 months ago

@ronaldtse I've updated the PR to lock the major version.