Skip to content

Commit

Permalink
Rename //rb:install-gems to //rb:bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Aug 29, 2014
1 parent 7326a31 commit 1c72314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/crazy_fun/mappings/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def define_release_task(dir, args)

def define_gem_install_task(dir, args)
desc 'Install gem dependencies for the current Ruby'
task "//#{dir}:install-gems" do
task "//#{dir}:bundle" do
ENV['BUNDLE_GEMFILE'] = 'rb/Gemfile'
sh "bundle", "install"
end
Expand Down

0 comments on commit 1c72314

Please sign in to comment.