mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Always use the newest rubygems when CIing
This commit is contained in:
parent
dc1967cb83
commit
ab7be56325
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ addons:
|
||||||
bundler_args: --without test --jobs 3 --retry 3
|
bundler_args: --without test --jobs 3 --retry 3
|
||||||
before_install:
|
before_install:
|
||||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||||
|
- "gem update --system"
|
||||||
- "gem update bundler"
|
- "gem update bundler"
|
||||||
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
|
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
|
||||||
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"
|
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"
|
||||||
|
|
Loading…
Reference in a new issue