Skip to content

Commit d943365

Browse files
committed
build using rails_apps_composer 3.1.32
1 parent 2ffb34d commit d943365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ def which(cmd)
12941294
## Form Builder
12951295
## (no simple_form for Bootstrap 4 yet)
12961296
unless prefs[:frontend] == 'bootstrap4'
1297-
prefs[:form_builder] = multiple_choice "Use a form builder gem?", [["None", "none"], ["SimpleForm (incompatible with Rails 5.1)", "simple_form"]] unless prefs.has_key? :form_builder
1297+
prefs[:form_builder] = multiple_choice "Use a form builder gem?", [["None", "none"], ["SimpleForm", "simple_form"]] unless prefs.has_key? :form_builder
12981298
end
12991299

13001300
## Pages
@@ -1683,7 +1683,7 @@ def which(cmd)
16831683
when 'bootstrap3'
16841684
add_gem 'bootstrap-sass'
16851685
when 'bootstrap4'
1686-
add_gem 'bootstrap', '~> 4.0.0.alpha6'
1686+
add_gem 'bootstrap', '~> 4.0.0'
16871687
when 'foundation4'
16881688
add_gem 'zurb-foundation', '~> 4.3.2'
16891689
add_gem 'compass-rails', '~> 1.1.2'

0 commit comments

Comments
 (0)