bin/nanoc in nanoc-3.7.1 vs bin/nanoc in nanoc-3.7.2

- old
+ new

@@ -1,9 +1,10 @@ #!/usr/bin/env ruby # encoding: utf-8 # Try loading bundler if it's possible begin + require 'bundler' require 'bundler/setup' begin Bundler.require(:default) rescue Bundler::GemfileNotFound # no problem