1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

restore whitespace in Gemfile between sqlite3 and sprockets

This commit is contained in:
Sam Ruby 2013-05-16 11:04:07 -04:00 committed by Rafael Mendonça França
parent 6a4ff5cc09
commit f96478369e

View file

@ -116,7 +116,7 @@ module Rails
def database_gemfile_entry
options[:skip_active_record] ? "" :
<<-GEMFILE.strip_heredoc.chomp
<<-GEMFILE.strip_heredoc
# Use #{options[:database]} as the database for Active Record
gem '#{gem_for_database}'
GEMFILE