Skip to content

Commit

Permalink
Merge pull request #5 from jollygoodcode/fix/bin
Browse files Browse the repository at this point in the history
Remove "bundler/setup" require
  • Loading branch information
JuanitoFatas committed Aug 9, 2015
2 parents 51e1bd3 + c085225 commit 98090c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/whatsnew
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Signal.trap("INT") { abort }

require "bundler/setup"
require "whatsnew"

if news = Whatsnew.about(Dir.pwd)
Expand Down

0 comments on commit 98090c0

Please sign in to comment.