summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRory O’Kane <rory@roryokane.com>2014-07-01 13:24:40 -0400
committerRory O’Kane <rory@roryokane.com>2014-07-01 13:24:40 -0400
commit0b55b4768f3e46fc38087093bfaa0af001575c33 (patch)
tree3079f917eb18c73b05c7967fb609f926f684a6f3 /Gemfile
parent4e1f9e2b8b14eeaabc8f2a779acc8c9d94f538f5 (diff)
downloadgitlab-ce-0b55b4768f3e46fc38087093bfaa0af001575c33.tar.gz
Remove stale comment in Gemfile
The comment was added in a91a6491bf3e74791ecf8dd1111d54435b8578cb, 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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 233271e0aa3..b46adfef4eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'