Skip to content

Commit 7c7fef3

Browse files
AleksandrKudashkinctran
authored andcommitted
Update Readme Gemfile declaration (ctran#526)
1 parent c4ecc11 commit 7c7fef3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rdoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,15 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
5555

5656
Into Gemfile from rubygems.org:
5757

58-
gem 'annotate', require: false
58+
group :development do
59+
gem 'annotate'
60+
end
5961

6062
Into Gemfile from Github:
6163

62-
gem 'annotate', git: 'https://github.com/ctran/annotate_models.git', require: false
64+
group :development do
65+
gem 'annotate', git: 'https://github.com/ctran/annotate_models.git'
66+
end
6367

6468
Into environment gems from rubygems.org:
6569

0 commit comments

Comments
 (0)