Fix rubocop Gemfile offense

Add a space to the pg gem line
This commit is contained in:
AEtherC0r3 2017-06-23 09:50:17 +03:00
parent 1c38b091cc
commit 5712ddb1b3

View file

@ -20,7 +20,7 @@ gem 'responders', '~> 2.0'
# as the database for Active Record # as the database for Active Record
# choose only one # choose only one
gem 'mysql2' gem 'mysql2'
#gem 'pg' # gem 'pg'
# for observing records # for observing records
gem 'rails-observers' gem 'rails-observers'