This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2021-01-02T20:21:17 +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
name : RSpec CI
79
79
tag : rspec/ci:2.0.0
80
80
- version : " 1.9.3"
81
81
tag : rspec/ci:1.9.3
82
+ - version : " JRuby 1.7"
83
+ tag : rspec/ci:jruby-1.7
82
84
env :
83
85
LEGACY_CI : true
86
+ JRUBY_OPTS : ${{ matrix.container.jruby_opts || '--dev' }}
84
87
steps :
85
88
- uses : actions/checkout@v2
86
89
- run : script/legacy_setup.sh
Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2021-01-02T20:21:17 +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 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2021-01-02T20:21:17 +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.
18
18
- 1.8.7
19
19
- 1.9.2
20
20
- ree
21
- - jruby-1.7
22
- env :
23
- - JRUBY_OPTS='--dev'
24
21
matrix :
25
22
include :
26
23
- rvm : jruby-1.7
Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2021-01-02T20:21:17 +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 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2021-01-02T20:21:17 +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
1
#! /bin/bash
2
- # This file was generated on 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2021-01-02T20:21:17 +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 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2021-01-02T20:21:17 +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 ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2021-01-02T20:21:17 +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 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
1
+ # This file was generated on 2021-01-02T20:21:17 +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 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2021-01-02T20:21:17 +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
1
#! /bin/bash
2
- # This file was generated on 2021-01-02T12:38:45 +00:00 from the rspec-dev repo.
2
+ # This file was generated on 2021-01-02T20:21:17 +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 @@ -165,7 +165,7 @@ def ripper_can_parse_source_referencing_keyword_arguments?
165
165
end
166
166
167
167
it 'returns whether Ripper is correctly implemented in the current environment' do
168
- if RSpec ::Support ::Ruby . jruby? && RSpec ::Support ::Ruby . jruby_version < '9.2.1.0'
168
+ if RSpec ::Support ::Ruby . jruby? && RSpec ::Support ::Ruby . jruby_version . between? ( '9.0.0.0' , '9.2.1.0' )
169
169
pending "Ripper is not supported on JRuby 9.1.17.0 despite this tests claims"
170
170
end
171
171
expect ( RubyFeatures . ripper_supported? ) . to eq ( ripper_is_implemented? && ripper_works_correctly? )
You can’t perform that action at this time.
0 commit comments