From 03cc1df41782434f9d3882544886631140323a04 Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Tue, 2 Apr 2024 16:38:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Doc=20not=20to=20add=20to=20Gemf?= =?UTF-8?q?ile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7ea31..51e0814 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,9 @@ Theme files (views, css, etc) can be added in the the Knapsack. We recommend add ### Gems -It can be useful to add additional gems to the bundle. This can be done w/o editing Hyku by adding them to the [./bundler.d/example.rb](./bundler.d/example.rb]. [See the bundler-inject documentation for more details] on overriding and adding gems. +It can be useful to add additional gems to the bundle. This can be done w/o editing Hyku by adding them to the [./bundler.d/example.rb](./bundler.d/example.rb]. [See the bundler-inject documentation for more details](https://github.com/kbrock/bundler-inject/) on overriding and adding gems. + +**NOTE:** Do not add gems to the gemspec nor Gemfile. When you add to the knapsack Gemfile/gemspec, when you bundle, you'll update the Hyku Gemfile; which will mean you might be updating Hyku prime with knapsack installation specific dependencies. Instead add gems to `./bundler.d/example.rb`. ## Converting a Fork of Hyku Prime to a Knapsack