Skip to content

Commit 3724f3f

Browse files
committed
Merge pull request #262 from aaronvb/fix_generator_append_to_gemfile
Fix Bootstrap Sass Append to Gemfile
2 parents 1778f08 + a3326cd commit 3724f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/react_on_rails/bootstrap_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def strip_application_scss_of_incompatible_sprockets_statements
6262
end
6363

6464
def add_bootstrap_sprockets_to_gemfile
65-
append_to_file("Gemfile", "gem 'bootstrap-sass'\n")
65+
append_to_file("Gemfile", "\ngem 'bootstrap-sass'\n")
6666
end
6767

6868
def add_bootstrap_sprockets_to_application_js

0 commit comments

Comments
 (0)