mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
ci: fix rubygems install step
This commit is contained in:
parent
f79759717a
commit
30898d8caf
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ rvm:
|
||||||
- 2.4.9
|
- 2.4.9
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- yes | gem update --system
|
||||||
- gem install bundler -v "~> 2.0"
|
- gem install bundler -v "~> 2.0"
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue