Open
Description
Hey 👋 (long time no see)
Do you still maintain the project, or did you find other ways to achieve the same goals?
I tried to use it recently (via my the_schema_is
gem), and noticed this problem:
In Gemfile:
the_schema_is was resolved to 0.0.3, which depends on
ffast (>= 0.1.8) was resolved to 0.2.0, which depends on
astrolabe was resolved to 0.5.1, which depends on
parser (~> 2.1)
rubocop (= 1.14.0) was resolved to 1.14.0, which depends on
parser (>= 3.0.0.0)
Seems that astrolabe
haven't been updated recently and even the latest version specifies ~> 2.2
as parser
dependency, meaning there is no way to use ffast
in the same project as (modern) rubocop 😢
Metadata
Metadata
Assignees
Labels
No labels