Skip to content

Commit 1431a26

Browse files
committed
rb: ensure bundler gem installed before running tests
1 parent 59ff8af commit 1431a26

File tree

1 file changed

+1
-0
lines changed
  • rake-tasks/crazy_fun/mappings

1 file changed

+1
-0
lines changed

rake-tasks/crazy_fun/mappings/ruby.rb

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def define_gem_install_task(dir, args)
182182
desc 'Install gem dependencies for the current Ruby'
183183
task "//#{dir}:bundle" do
184184
ENV['BUNDLE_GEMFILE'] = 'rb/Gemfile'
185+
sh "gem install bundler"
185186
sh "bundle", "install"
186187
end
187188
end

0 commit comments

Comments
 (0)