This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2022-06-01T12 :59:51+02 :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
name : RSpec CI
20
20
name : Rubocop
21
21
runs-on : ' ubuntu-20.04'
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
- uses : ruby/setup-ruby@v1
25
25
with :
26
26
ruby-version : ' 3.0'
72
72
continue-on-error : ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
73
73
env : ${{ matrix.env }}
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v3
76
76
- uses : ruby/setup-ruby@v1
77
77
with :
78
78
bundler : ${{ matrix.bundler || '2.2.22' }}
@@ -117,7 +117,7 @@ jobs:
117
117
LEGACY_CI : true
118
118
JRUBY_OPTS : ${{ matrix.container.jruby_opts || '--dev' }}
119
119
steps :
120
- - uses : actions/checkout@v2
120
+ - uses : actions/checkout@v3
121
121
- run : ${{ matrix.container.pre }}
122
122
- run : script/legacy_setup.sh
123
123
- run : bundle exec bin/rspec
@@ -138,7 +138,7 @@ jobs:
138
138
- 2.1.9
139
139
fail-fast : false
140
140
steps :
141
- - uses : actions/checkout@v2
141
+ - uses : actions/checkout@v3
142
142
- uses : ruby/setup-ruby@v1
143
143
with :
144
144
bundler : ' 2.2.22'
Original file line number Diff line number Diff line change 1
- # This file was generated on 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2022-06-01T12 :59:51+02 :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 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2022-06-01T12 :59:51+02 :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 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2022-06-01T12 :59:51+02 :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
1
#! /bin/bash
2
- # This file was generated on 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2022-06-01T12 :59:51+02 :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 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2022-06-01T12 :59:51+02 :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 ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2022-06-01T12 :59:51+02 :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 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2022-06-01T12 :59:51+02 :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 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2022-06-01T12 :59:51+02 :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
1
#! /bin/bash
2
- # This file was generated on 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2022-06-01T12 :59:51+02 :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
1
#! /bin/bash
2
- # This file was generated on 2022-04-05T21 :59:01+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2022-06-01T12 :59:51+02 :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
You can’t perform that action at this time.
0 commit comments