Merge branch 'fix-stale-gemfile-comment' into 'master'

Remove stale comment in Gemfile

The comment was added in a91a6491bf, and referred to the below gem `grape-entity` being pulled directly from a Git repo. The `gem` command has already been changed to pull directly from Rubygems, so the comment is no longer necessary.
This commit is contained in:
Dmitriy Zaporozhets 2014-07-02 06:59:05 +00:00
commit 54e69988a5
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ gem "gitlab-linguist", "~> 3.0.0", require: "linguist"
# API
gem "grape", "~> 0.6.1"
# Replace with rubygems when nesteted entities get released
gem "grape-entity", "~> 0.4.2"
gem 'rack-cors', require: 'rack/cors'