Skip to content

Commit 6f6d068

Browse files
committed
Merge pull request #28 from codeclimate/devon/fix-bundler-error
Add bundler to Gemfile and require for LockfileParser dependencies
2 parents 00c6777 + 746066f commit 6f6d068

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)