Skip to content

Commit

Permalink
change bundler's version above 2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrocket committed May 8, 2019
1 parent 903b33b commit cb34c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def apply_template!
copy_file "Procfile", "Procfile", force: true
template "ruby-version.tt", ".ruby-version", force: true

run "gem install bundler --no-document --conservative"
run "gem install bundler -v '~> 2.0.0' --no-document --conservative"
run "bundle install"
git_commit("Gemfile setup")
rails_command("webpacker:install")
Expand Down Expand Up @@ -132,4 +132,4 @@ def run_bundle
return
end

apply_template!
apply_template!

0 comments on commit cb34c4f

Please sign in to comment.