From 5378b7524bf9ce0a022354982dc345d231aa2988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Thu, 22 Jun 2017 16:55:00 +0200 Subject: [PATCH] Fix Style/LeadingCommentSpace Rubocop offense Fix Rubocop offense introduced in: https://github.com/openSUSE/osem/pull/1229 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 15b295fa..245080c3 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'responders', '~> 2.0' # as the database for Active Record # choose only one gem 'mysql2' -#gem 'pg' +# gem 'pg' # for observing records gem 'rails-observers'