Skip to content

Commit 746066f

Browse files
committed
Add bundler to Gemfile and require for LockfileParser dependencies
Without this, the LockfileParser runs into undefined errors when referencing other Bundler classes.
1 parent 00c6777 commit 746066f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/engine/lockfile_specs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "bundler/lockfile_parser"
1+
require "bundler"
22

33
class LockfileSpecs
44
def initialize(lockfile)

0 commit comments

Comments
 (0)