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

Order of this gem in Gemfile matters when used with trailblazer-rails #15

Open
sauy7 opened this issue Dec 18, 2016 · 0 comments
Open

Comments

@sauy7
Copy link

sauy7 commented Dec 18, 2016

Adding this issue in case others trip over this...

I use rubocop to verify my code style. One of the style rules is that gems should be listed in alphabetical order (within their group). However, I've found I've needed to write my Gemfile like this:

# rubocop:disable Bundler/OrderedGems
gem 'trailblazer-rails', '0.4.0'
gem 'cells-rails', '0.0.6'
# rubocop:enable Bundler/OrderedGems

in order for config.cells.with_assets = ['pro/cell/show'] to function correctly in config/application.rb.

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

1 participant