aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index f2e7489b..54361eab 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -9,6 +9,8 @@ module Bundler
class CLI < Thor
check_unknown_options! unless ARGV.include?("exec")
+ default_task :install
+
desc "init", "Generates a Gemfile into the current working directory"
method_option "gemspec", :type => :string, :banner => "Use the specified .gemspec to create the Gemfile"
def init