Skip to content

ruby_bundle should support Gemfiles with gemspec method #11

Open
@kigster

Description

@kigster

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions