From 5712ddb1b36ac58bbed0d5123e25d54606027d01 Mon Sep 17 00:00:00 2001 From: AEtherC0r3 Date: Fri, 23 Jun 2017 09:50:17 +0300 Subject: [PATCH] Fix rubocop Gemfile offense Add a space to the pg gem line --- 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'