Skip to content

Commit

Permalink
No need for bundler in script/console
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jul 13, 2010
1 parent a35b577 commit a96f9a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'bundler'

lib = File.expand_path(File.dirname(__FILE__) + "/../lib/gem_template")
exec "irb -r #{lib}/boot/console"

0 comments on commit a96f9a8

Please sign in to comment.