This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +19
-15
lines changed
Expand file tree Collapse file tree 13 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 1- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
1+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44version : 2
Original file line number Diff line number Diff line change 1- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
1+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44name : RSpec CI
2525 name : Rubocop
2626 runs-on : ' ubuntu-20.04'
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : ruby/setup-ruby@v1
3030 with :
3131 ruby-version : ' 3.0'
4141 strategy :
4242 matrix :
4343 ruby :
44+ - ' 3.3'
4445 - ' 3.2'
4546 - ' 3.1'
4647 - ' 3.0'
7273 continue-on-error : ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
7374 env : ${{ matrix.env }}
7475 steps :
75- - uses : actions/checkout@v3
76+ - uses : actions/checkout@v4
7677 - uses : ruby/setup-ruby@v1
7778 with :
7879 bundler : ${{ matrix.bundler || '2.2.22' }}
@@ -144,7 +145,7 @@ jobs:
144145 - 2.2
145146 fail-fast : false
146147 steps :
147- - uses : actions/checkout@v3
148+ - uses : actions/checkout@v4
148149 - uses : ruby/setup-ruby@v1
149150 with :
150151 bundler : ' 2.2.22'
Original file line number Diff line number Diff line change 1- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
1+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 9696
9797if RUBY_VERSION < '2.0.0'
9898 gem 'cucumber' , "<= 1.3.22"
99+ elsif !ENV [ 'DIFF_LCS_VERSION' ] . to_s . empty? && ENV [ 'DIFF_LCS_VERSION' ] . scan ( /\d \. \d / ) . first . to_f < 1.5
100+ # Older version of diff-lcs cause a downstream error with cucumber and modern rails
101+ gem "activesupport" , "< 7"
99102end
100103
101104gem 'contracts' , '< 0.16' if RUBY_VERSION < '1.9.0'
Original file line number Diff line number Diff line change 1- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
1+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44# Taken from:
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
2+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
2+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
Original file line number Diff line number Diff line change 1- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
1+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
2+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
33# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44
55set -e
Original file line number Diff line number Diff line change 1- # This file was generated on 2023-06-26T14:08:07+01 :00 from the rspec-dev repo.
1+ # This file was generated on 2023-12-26T21:12:36+00 :00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44function is_mri {
You can’t perform that action at this time.
0 commit comments