Skip to content

Commit

Permalink
Merge pull request #64 from deivid-rodriguez/bump-tested-bundler
Browse files Browse the repository at this point in the history
Test with latest Bundler
  • Loading branch information
jenshenny committed Apr 2, 2024
2 parents 4714ea1 + a545a1b commit 2d179a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ DEPENDENCIES
rubocop-shopify

BUNDLED WITH
2.3.12
2.4.22
4 changes: 1 addition & 3 deletions test/bootboot_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,7 @@ def write_gemfile(content = nil)
end

def plugin
branch = %x(git rev-parse --abbrev-ref HEAD).strip

"plugin 'bootboot', git: '#{Bundler.root}', branch: '#{branch}'"
"plugin 'bootboot', path: '#{Bundler.root}'"
end

class BundleInstallError < StandardError; end
Expand Down

0 comments on commit 2d179a6

Please sign in to comment.