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

Rubocop version/dependency conflict? #109

Open
ivobenedito opened this issue Oct 27, 2021 · 2 comments
Open

Rubocop version/dependency conflict? #109

ivobenedito opened this issue Oct 27, 2021 · 2 comments

Comments

@ivobenedito
Copy link
Contributor

ivobenedito commented Oct 27, 2021

Hi,

https://github.com/kenpratt/wikipedia-client/blob/master/Gemfile#L8

I'm installing this gem on a Rails 6 project with the rubocop-shopify gem.
This gem seems to be conflicting with the shopify-rubocop gem, but can't understand exactly what may be causing this since you only have it defined on the Gemfile and not on the gemspec.

Anyone else bumped into this?
I'm getting a segmentation fault when trying to run bundle exec rails c or anytime I have to load the rails env locally.
If I remove the rubocop-shopify gem it just works.

Any ideas? Thanks!

Screenshot 2021-10-27 at 21 38 34

[BUG] Segmentation fault at 0x0000000000000028
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin20]
gem 'rubocop', '= 0.48.1' # wikipedia-client gem dependency
rubocop (~> 1.22) # my rails 6 project dependency
@pietromenna
Copy link
Collaborator

I just created a new PR #110 that should help on this. @ivobenedito could you help me testing if this fixes?

@ivobenedito
Copy link
Contributor Author

hey @pietromenna, sure I can, thx! I'll test it and will let you know

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

No branches or pull requests

2 participants