With 6 gems under this repo, it's been a headache to update development tooling for them with consistency. I think using a shared Gemfile to host all development (e.g. debug, irb) and test (e.g. rspec) dependencies will make this easier.
It also fixes the master CI as debug now requires Ruby 2.7+.
With 6 gems under this repo, it's been a headache to update development tooling for them with consistency. I think using a shared Gemfile to host all development (e.g.
debug
,irb
) and test (e.g.rspec
) dependencies will make this easier.It also fixes the master CI as
debug
now requires Ruby 2.7+.skip-changelog