This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:55+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 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:55+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
# In order to install old Rubies, we need to use old Ubuntu distibution.
Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
20
20
gem 'json' , '< 2.0.0' # is a dependency of simplecov
21
21
end
22
22
23
- if RUBY_VERSION < '2.0.0' && !!( RbConfig ::CONFIG [ 'host_os' ] =~ /cygwin|mswin|mingw|bccwin|wince|emx/ )
24
- gem 'ffi' , '< 1.9.15' # allow ffi to be installed on older rubies on windows
25
- elsif RUBY_VERSION < '1.9'
26
- gem 'ffi' , '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
23
+ if RUBY_VERSION < '2.2.0' && !!( RbConfig ::CONFIG [ 'host_os' ] =~ /cygwin|mswin|mingw|bccwin|wince|emx/ )
24
+ gem 'ffi' , '< 1.10'
27
25
elsif RUBY_VERSION < '2.0'
28
- gem 'ffi' , '< 1.11.0' # ffi dropped Ruby 1.9 support in 1.11.0
26
+ # ffi dropped Ruby 1.8 support in 1.9.19 and Ruby 1.9 support in 1.11.0
27
+ gem 'ffi' , '< 1.9.19'
29
28
else
30
- gem 'ffi' , '~> 1.9.25 '
29
+ gem 'ffi' , '~> 1.11.0 '
31
30
end
32
31
33
32
# No need to run rubocop on earlier versions
Original file line number Diff line number Diff line change 1
- # This file was generated on 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:55+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
version : " {build}"
@@ -39,3 +39,4 @@ environment:
39
39
- ruby_version : 23-x64
40
40
- ruby_version : 24-x64
41
41
- ruby_version : 25-x64
42
+ - ruby_version : 26-x64
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-07-24T15:33:55+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 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:55+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
- # This file was generated on 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:55+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 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-07-24T15:33:55+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 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
1
+ # This file was generated on 2019-07-24T15:33:55+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 2019-07-08T14:21:41+01 :00 from the rspec-dev repo.
2
+ # This file was generated on 2019-07-24T15:33:55+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