This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +14
-9
lines changed Expand file tree Collapse file tree 8 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-01-06T09:36:21-08 :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 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-01-06T09:36:21-08 :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
language : ruby
19
19
- 2.0.0
20
20
- 2.1
21
21
- 2.2
22
+ - 2.3.0
22
23
- ruby-head
23
24
- ree
24
25
- rbx
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-01-06T09:36:21-08 :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 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
2
+ # This file was generated on 2016-01-06T09:36:21-08 :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 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-01-06T09:36:21-08 :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 ) "
@@ -83,7 +83,11 @@ function run_spec_suite_for {
83
83
pushd ../$1
84
84
unset BUNDLE_GEMFILE
85
85
bundle_install_flags=` cat .travis.yml | grep bundler_args | tr -d ' "' | grep -o " .*" `
86
- travis_retry eval " bundle install $bundle_install_flags "
86
+ if is_mri_192_plus; then
87
+ travis_retry eval " RUBYOPT=$RUBYOPT :'--enable rubygems' bundle install $bundle_install_flags "
88
+ else
89
+ travis_retry eval " bundle install $bundle_install_flags "
90
+ fi
87
91
run_specs_and_record_done
88
92
popd
89
93
else
Original file line number Diff line number Diff line change 1
- # This file was generated on 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-01-06T09:36:21-08 :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 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
2
+ # This file was generated on 2016-01-06T09:36:21-08 :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 2015-10-13T18:52:08-07 :00 from the rspec-dev repo.
1
+ # This file was generated on 2016-01-06T09:36:21-08 :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:
You can’t perform that action at this time.
0 commit comments