From 862a30b4933c1bc46bea73934aa12aec1eca535f Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 9 Jul 2017 01:16:34 +0200 Subject: [PATCH] Remove unnecesary comments on gemfile --- Gemfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 9ae636fc7..549607124 100644 --- a/Gemfile +++ b/Gemfile @@ -1,22 +1,15 @@ source 'https://rubygems.org' -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.9' -# Use PostgreSQL + gem 'pg', '~> 0.20.0' -# Use SCSS for stylesheets gem 'sass-rails', '~> 5.0', '>= 5.0.4' -# Use Uglifier as compressor for JavaScript assets gem 'uglifier', '~> 3.2.0' -# Use CoffeeScript for .coffee assets and views gem 'coffee-rails', '~> 4.2.1' -# Use jquery as the JavaScript library gem 'jquery-rails', '~> 4.3.1' gem 'jquery-ui-rails' -# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' -# Fix sprockets on the gem 'sprockets', '~> 3.7.1' gem 'devise', '~> 3.5.7'