Commit 7c7fef30 by AleksandrKudashkin Committed by Cuong Tran

Update Readme Gemfile declaration (#526)

parent c4ecc117
......@@ -55,11 +55,15 @@ Also, if you pass the -r option, it'll annotate routes.rb with the output of
Into Gemfile from rubygems.org:
gem 'annotate', require: false
group :development do
gem 'annotate'
end
Into Gemfile from Github:
gem 'annotate', git: 'https://github.com/ctran/annotate_models.git', require: false
group :development do
gem 'annotate', git: 'https://github.com/ctran/annotate_models.git'
end
Into environment gems from rubygems.org:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment