Fix Style/LeadingCommentSpace Rubocop offense

Fix Rubocop offense introduced in:
https://github.com/openSUSE/osem/pull/1229
This commit is contained in:
Ana María Martínez Gómez 2017-06-22 16:55:00 +02:00
parent 6469ea7da5
commit 5378b7524b

View file

@ -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'