From b614b41843642492973aa6a903f3ccfbbc46251f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:56:51 -0400 Subject: [PATCH] fix(jekyll): fix bundler package name --- content/posts/read-the-docs-loves-ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/read-the-docs-loves-ruby.md b/content/posts/read-the-docs-loves-ruby.md index 3bacbcaf..901045c1 100644 --- a/content/posts/read-the-docs-loves-ruby.md +++ b/content/posts/read-the-docs-loves-ruby.md @@ -25,7 +25,7 @@ build: tools: ruby: "3.3" commands: - - gem install bundle + - gem install bundler - bundle install - jekyll build --destination $READTHEDOCS_OUTPUT/html ```