From 0b55b4768f3e46fc38087093bfaa0af001575c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Tue, 1 Jul 2014 13:24:40 -0400 Subject: [PATCH] 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. --- Gemfile | 1 - 1 file changed, 1 deletion(-) 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'