Skip to content

Commit 9ba3945

Browse files
authored
Merge pull request rails#35944 from soartec-lab/update_guide_engine_gem_development_dependency
Updated the description of `add_development_dependency` [skip ci]
2 parents 45511fa + 5671663 commit 9ba3945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ s.add_development_dependency "moo"
13931393

13941394
Both kinds of dependencies will be installed when `bundle install` is run inside
13951395
of the application. The development dependencies for the gem will only be used
1396-
when the tests for the engine are running.
1396+
when the development and tests for the engine are running.
13971397

13981398
Note that if you want to immediately require dependencies when the engine is
13991399
required, you should require them before the engine's initialization. For

0 commit comments

Comments
 (0)