You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: