From 5671663067a80c080dd2a5ea3a60fa887fc10b93 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Fri, 12 Apr 2019 00:23:42 +0900 Subject: Updated the description of `add_development_dependency` [skip ci] --- guides/source/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/engines.md b/guides/source/engines.md index 5446c1c188..a36944d980 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -1393,7 +1393,7 @@ s.add_development_dependency "moo" Both kinds of dependencies will be installed when `bundle install` is run inside of the application. The development dependencies for the gem will only be used -when the tests for the engine are running. +when the development and tests for the engine are running. Note that if you want to immediately require dependencies when the engine is required, you should require them before the engine's initialization. For -- cgit v1.2.3