From f8d694da7a98250f5a538906c62a77be3e9d2139 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Thu, 30 Nov 2023 17:40:41 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20refer=20to=20Nanoc::=20from=20n?= =?UTF-8?q?anoc-cli=20gem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nanoc-cli/lib/nanoc/cli/commands/create-site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanoc-cli/lib/nanoc/cli/commands/create-site.rb b/nanoc-cli/lib/nanoc/cli/commands/create-site.rb index 666cc755a..8fc67a757 100644 --- a/nanoc-cli/lib/nanoc/cli/commands/create-site.rb +++ b/nanoc-cli/lib/nanoc/cli/commands/create-site.rb @@ -23,7 +23,7 @@ def array_to_yaml(array) source 'https://rubygems.org' - gem 'nanoc', '~> #{Nanoc::VERSION.split('.').take(2).join('.')}' + gem 'nanoc', '~> #{Nanoc::CLI::VERSION.split('.').take(2).join('.')}' EOS DEFAULT_CONFIG = <<~EOS unless defined? DEFAULT_CONFIG