diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 811e150e97..38b3ff031a 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # This file contains defaults for RSpec projects. Individual projects diff --git a/appveyor.yml b/appveyor.yml index 319d949671..731de0e29e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. version: "{build}" @@ -33,7 +33,6 @@ test_script: environment: matrix: - - ruby_version: 193 - ruby_version: 200 - ruby_version: 21 - ruby_version: 22 diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 40a6822898..4697238ab0 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/functions.sh b/script/functions.sh index 0b7b27597a..0b7c319206 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/script/predicate_functions.sh b/script/predicate_functions.sh index b165966fe8..9f86d88bfe 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. function is_mri { diff --git a/script/run_build b/script/run_build index 502fd6d9cf..745633e620 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/script/travis_functions.sh b/script/travis_functions.sh index 244ada938b..af5d5c7f92 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2018-04-03T19:49:13+10:00 from the rspec-dev repo. +# This file was generated on 2018-12-30T16:45:57+00:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # Taken from: