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:
parent
6a4ff5cc09
commit
f96478369e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue