diff --git a/.rubocop_rspec_base.yml b/.rubocop_rspec_base.yml index 4c98391944..a1c2d66247 100644 --- a/.rubocop_rspec_base.yml +++ b/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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 47d1d045b1..ae96449944 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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}" @@ -18,7 +18,8 @@ install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - - gem install bundler + # We lock to 1.7.7 to avoid warnings from 1.7.8 + - gem install bundler -v=1.7.7 - bundler --version - bundle install - cinst ansicon diff --git a/script/clone_all_rspec_repos b/script/clone_all_rspec_repos index 131da0b0a1..1e8dbde2c0 100755 --- a/script/clone_all_rspec_repos +++ b/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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 21778f9f7e..d1b76a230e 100644 --- a/script/functions.sh +++ b/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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 5e6eb4ad02..886423e614 100644 --- a/script/predicate_functions.sh +++ b/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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 4f4764d0de..a1155f2a3f 100755 --- a/script/run_build +++ b/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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 82da2bc3ee..96a6adcc8a 100644 --- a/script/travis_functions.sh +++ b/script/travis_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2014-11-15T14:32:55+11:00 from the rspec-dev repo. +# This file was generated on 2014-12-26T22:23:09-08: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: