Skip to content

Commit ace40d9

Browse files
David Rodríguezsebjacobs
authored andcommitted
Reuse script to install gems
1 parent aeb2c5f commit ace40d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ namespace :no_active_record do
152152
sh "bundle exec rails new #{example_app_dir} --skip-active-record --skip-javascript --skip-sprockets --skip-git --skip-test-unit --skip-bundle --template=example_app_generator/generate_app.rb"
153153

154154
in_example_app(:app_dir => example_app_dir) do
155-
sh "bundle install --gemfile ./Gemfile --path ../../../bundle"
155+
sh "./travis_retry_bundle_install.sh 2>&1"
156156
# Rails 4 cannot use a `rails` binstub generated by Bundler
157157
sh "bundle binstubs rspec-core rake --force"
158158
sh "bundle binstubs railties" unless File.exist?("bin/rails")

0 commit comments

Comments
 (0)