Skip to content

Commit c3e369b

Browse files
aripollakodlp
authored andcommitted
Update README.md to add appraisal in gemspec instead of Gemfile (#122)
1 parent d67ce1b commit c3e369b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ without interfering with day-to-day development using Bundler.
1919
Installation
2020
------------
2121

22-
In your Gemfile:
22+
In your package's .gemspec:
2323

24-
gem "appraisal"
24+
s.add_development_dependency "appraisal"
2525

2626
Note that gems must be bundled in the global namespace. Bundling gems to a
2727
local location or vendoring plugins is not supported. If you do not want to

0 commit comments

Comments
 (0)