Merge branch 'fix-stale-gemfile-comment' into 'master'
Remove stale comment in Gemfile The comment was added in a91a6491, 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.
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment