mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
7 lines
95 B
YAML
7 lines
95 B
YAML
language: ruby
|
|
|
|
cache: bundler
|
|
|
|
before_script:
|
|
- gem update --system
|
|
- gem install bundler
|