There was an error while loading. Please reload this page.
1 parent 59ff8af commit 1431a26Copy full SHA for 1431a26
rake-tasks/crazy_fun/mappings/ruby.rb
@@ -182,6 +182,7 @@ def define_gem_install_task(dir, args)
182
desc 'Install gem dependencies for the current Ruby'
183
task "//#{dir}:bundle" do
184
ENV['BUNDLE_GEMFILE'] = 'rb/Gemfile'
185
+ sh "gem install bundler"
186
sh "bundle", "install"
187
end
188
0 commit comments