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:
Rory O’Kane 2014-07-01 13:24:40 -04:00
parent 4e1f9e2b8b
commit 0b55b4768f
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'