lib/nanoc/cli.rb in nanoc-4.7.9 vs lib/nanoc/cli.rb in nanoc-4.7.10
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
begin
require 'cri'
rescue LoadError => e
$stderr.puts e
$stderr.puts "If you are using a Gemfile, make sure that the Gemfile contains Nanoc ('gem \"nanoc\"')."