Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rubocop failures and github checkout version #160

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

matt-domsch-sp
Copy link
Contributor

@matt-domsch-sp matt-domsch-sp commented Feb 25, 2024

Rubocop wants the development dependencies to be specified in the Gemfile. Ours are in gemspec. Override the rubocop rule. Ignore the demo/ directory that just specifies gem sidekiq in Gemfile. Re-establish the lockfiles for CI as a result.

GitHub has a new version of the checkout action needed for newer nodejs.

To have development dependencies listed in the gemspec, we have to include
a rubocop configuration stanza.

Remove gem sidekiq from top-level Gemfile as a result of it being in the gemspec.

Let appraisal gem remake all the dependent gemfiles for CI.
@deanpcmad deanpcmad merged commit 7ee7bdd into deanpcmad:master Feb 25, 2024
24 checks passed
@matt-domsch-sp matt-domsch-sp deleted the rubocop-github-checkout branch February 26, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants