summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/bin/console.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/bin/console.tt')
-rw-r--r--lib/bundler/templates/newgem/bin/console.tt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/templates/newgem/bin/console.tt b/lib/bundler/templates/newgem/bin/console.tt
index 08dfaaef69..c91ee65f93 100644
--- a/lib/bundler/templates/newgem/bin/console.tt
+++ b/lib/bundler/templates/newgem/bin/console.tt
@@ -7,9 +7,5 @@ require "<%= config[:namespaced_path] %>"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
-# (If you use this, don't forget to add pry to your Gemfile!)
-# require "pry"
-# Pry.start
-
require "irb"
IRB.start(__FILE__)