diff options
author | Rory O’Kane <rory@roryokane.com> | 2014-07-01 13:24:40 -0400 |
---|---|---|
committer | Rory O’Kane <rory@roryokane.com> | 2014-07-01 13:24:40 -0400 |
commit | 0b55b4768f3e46fc38087093bfaa0af001575c33 (patch) | |
tree | 3079f917eb18c73b05c7967fb609f926f684a6f3 /Gemfile | |
parent | 4e1f9e2b8b14eeaabc8f2a779acc8c9d94f538f5 (diff) | |
download | gitlab-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-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' |