Skip to content

Commit

Permalink
rb: ensure bundler gem installed before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 1, 2015
1 parent 59ff8af commit 1431a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rake-tasks/crazy_fun/mappings/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def define_gem_install_task(dir, args)
desc 'Install gem dependencies for the current Ruby'
task "//#{dir}:bundle" do
ENV['BUNDLE_GEMFILE'] = 'rb/Gemfile'
sh "gem install bundler"
sh "bundle", "install"
end
end
Expand Down

0 comments on commit 1431a26

Please sign in to comment.