getgauge / gauge-ruby

Ruby runner for Gauge.

Home Page:https://gauge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag new release for gem upgrades

gvaibhav1734 opened this issue · comments

Issue

Can we have a new release? (the last release is 0.5.4 in 2020)

Reason

Dependabot has updated parser requirement from ~> 2.3 to >= 2.3, < 4.0

Rubocop has been relying on parser >= 3.0.0.0 since 1.8.0 (latest release 1.52.1)

Most rails projects using gauge-ruby would also rely on rubocop.
So can we have a new release for this parser version bump?

https://github.com/getgauge/gauge-ruby/releases/tag/v0.6.0 has been released which bumps all the dependencies and should relax these constraints.