diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6187690e9..ea52ddaaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. name: RSpec CI diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 660b7f7d8..0adf2f7ca 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # This file contains defaults for RSpec projects. Individual projects diff --git a/script/ci_functions.sh b/script/ci_functions.sh index d12207bc1..44f68ac59 100644 --- a/script/ci_functions.sh +++ b/script/ci_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # Taken from: diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 7aa0a8d9a..cebc3f7a8 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/cucumber.sh b/script/cucumber.sh index f53631d7e..6982d3577 100755 --- a/script/cucumber.sh +++ b/script/cucumber.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/functions.sh b/script/functions.sh index 7a7872838..72b4296e0 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" @@ -90,6 +90,7 @@ function run_spec_suite_for { unset BUNDLE_GEMFILE bundle_install_flags=`cat .github/workflows/ci.yml | grep "bundle install" | sed 's/.* bundle install//'` travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)" + travis_retry eval "(unset RUBYOPT; exec bundle binstubs --all)" run_specs_and_record_done popd else diff --git a/script/legacy_setup.sh b/script/legacy_setup.sh index 847dcd5a2..9e72d4f5d 100755 --- a/script/legacy_setup.sh +++ b/script/legacy_setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/predicate_functions.sh b/script/predicate_functions.sh index 45462c880..415d18912 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. function is_mri { diff --git a/script/run_build b/script/run_build index 48c9892a6..794e12ca2 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/update_rubygems_and_install_bundler b/script/update_rubygems_and_install_bundler index 929895151..26523a607 100755 --- a/script/update_rubygems_and_install_bundler +++ b/script/update_rubygems_and_install_bundler @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T10:45:52+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e