We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67ce1b commit c3e369bCopy full SHA for c3e369b
README.md
@@ -19,9 +19,9 @@ without interfering with day-to-day development using Bundler.
19
Installation
20
------------
21
22
-In your Gemfile:
+In your package's .gemspec:
23
24
- gem "appraisal"
+ s.add_development_dependency "appraisal"
25
26
Note that gems must be bundled in the global namespace. Bundling gems to a
27
local location or vendoring plugins is not supported. If you do not want to
0 commit comments