mattbrictson/bundleup

Support gems.rb and gems.lock files

Open

#121 opened on May 10, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (5 forks)github user discovery
help wanted

Repository metrics

Stars
 (194 stars)
PR merge metrics
 (PR metrics pending)

Description

bundleup incorrectly expects Gemfile and Gemfile.lock to be present in a project is using gems.rb and gems.lock files.

Expected behaviour:

Correctly detect and update gems.rb and gems.lock file.

Contributor guide