Skip to content

Commit

Permalink
Hard skip the gem install bundler for all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 28, 2020
1 parent c8d3907 commit 3912f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/github-pages/integration_spec.rb
Expand Up @@ -45,8 +45,6 @@ def bundle_install
Dir.chdir(source) do
File.unlink "#{gemfile}.lock" if File.exist? "#{gemfile}.lock"
run_cmd %w(bundle --version)
run_cmd %w(gem install bundler) if RUBY_VERSION < "2.6"
run_cmd %w(bundle --version)
run_cmd %w(bundle install)
end
end
Expand Down

0 comments on commit 3912f66

Please sign in to comment.