Bundler support
See original GitHub issueHey @misogi!
First off, thanks for writing this extension! Super useful!
I’d like to contribute to this repository, I was thinking of adding support for detecting projects that have a Gemfile/Gemfile.lock and using that to invoke rubocop via bundle exec
. I think this may also solve the open issue of support via rbenv (Bundler should handle setting up the environment for the executable).
Would this be a welcome contribution? Thoughts?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Bundler: The best way to manage a Ruby application's gems
Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.
Read more >Bundler compatibility with Ruby
The latest Bundler release should always support all RubyGems versions higher than or equal to the one shipped with the oldest Ruby version...
Read more >The best way to manage a Ruby application's gems - Bundler
Upgrade Bundler for your app by running bundle update --bundler . (Requires RubyGems 3.3 or higher.) Other improvements. Bundler 2.3 also includes other ......
Read more >Troubleshooting common issues - Bundler
They have a professional support team who can help you resolve Heroku issues far better than the Bundler team can. If the problem...
Read more >How to manage application dependencies with Bundler
Some of the frameworks have builtin support for Bundler, e.g. when you run rails new app it will automatically init Bundler. Firstly, we...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@damien If testing with chai is hard. Current project’s package has Mocha/(Node assert) style. It is enough good.
As for Bundler support: I agree. Any new logic added to support Bundler should fall back to the current implementation when Bundler is not available or does not have Rubocop in the Gemfile.