-
while following the steps to add a language to Linguist, this error pops up when i run the i haven't modified any of the ruby files, so i'm not sure why this OS: macOS Monterey 12.6.3
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I dug into this today and this appears to be something specific about that version of Updating to ~4.0 of the gem resolves the issue so I've opened #6333 to do just that. You can get things working in the mean time by bumping the version in the gemspec file like in my PR, run |
Beta Was this translation helpful? Give feedback.
I dug into this today and this appears to be something specific about that version of
licensed
on macos with Ruby 3.2.0.Updating to ~4.0 of the gem resolves the issue so I've opened #6333 to do just that.
You can get things working in the mean time by bumping the version in the gemspec file like in my PR, run
bundle
and thenbundle exec licensed cache -c vendor/licenses/config.yml
(this is the command that is failing inscript/add-grammar
and you should be good to go.