mirror of https://github.com/rails/rails
Remove rubygems version lock
This version lock added by 3d890b66c1
.
But original issue is fixed with bundler 1.15.
Ref: https://github.com/rubygems/rubygems/issues/1911#issuecomment-300148516
This commit is contained in:
parent
e96c7f2775
commit
39de88e4b5
|
@ -19,7 +19,7 @@ addons:
|
|||
bundler_args: --without test --jobs 3 --retry 3
|
||||
before_install:
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
- "gem update --system 2.6.11"
|
||||
- "gem update --system"
|
||||
- "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)"
|
||||
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"
|
||||
|
|
Loading…
Reference in New Issue