This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +12
-13
lines changed Expand file tree Collapse file tree 9 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# In order to install old Rubies, we need to use old Ubuntu distibution.
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
version : " {build}"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
5
5
source $SCRIPT_DIR /travis_functions.sh
6
6
source $SCRIPT_DIR /predicate_functions.sh
7
7
8
8
# If JRUBY_OPTS isn't set, use these.
9
- # see http ://docs.travis-ci.com/user/ci-environment/
9
+ # see https ://docs.travis-ci.com/user/ci-environment/
10
10
export JRUBY_OPTS=${JRUBY_OPTS:- " --server -Xcompile.invokedynamic=false" }
11
11
SPECS_HAVE_RUN_FILE=specs.out
12
12
MAINTENANCE_BRANCH=` cat maintenance-branch`
@@ -187,7 +187,6 @@ function run_all_spec_suites {
187
187
fold " rspec-core specs" run_spec_suite_for " rspec-core"
188
188
fold " rspec-expectations specs" run_spec_suite_for " rspec-expectations"
189
189
fold " rspec-mocks specs" run_spec_suite_for " rspec-mocks"
190
-
191
190
if rspec_rails_compatible; then
192
191
fold " rspec-rails specs" run_spec_suite_for " rspec-rails"
193
192
fi
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-10-21T09:35:11+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-12-18T14:01:38+00 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
6
6
source script/functions.sh
7
7
8
8
if is_ruby_23_plus; then
9
- gem update --system
10
- gem install bundler
9
+ yes | gem update --system
10
+ yes | gem install bundler
11
11
else
12
12
echo " Warning installing older versions of Rubygems / Bundler"
13
13
gem update --system ' 2.7.8'
You can’t perform that action at this time.
0 commit comments