rules_ruby icon indicating copy to clipboard operation
rules_ruby copied to clipboard

`ruby_bundle` should support Gemfiles with `gemspec` method

Open kigster opened this issue 6 years ago • 1 comments

Currently bundle is created based on the Gemfile and Gemfile.lock only.

However, many custom gems use gemspec inside the Gemfile to delegate gem listing to the *.gemspec file.

bundle install works just the same, except it needs to have the gem's gemspec file present and at the same level as the Gemfile.

kigster avatar Nov 23 '19 00:11 kigster

We still need this, but I am gonna ponder on this for now.

kigster avatar Feb 29 '20 08:02 kigster