mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Fix Circle CI
This commit is contained in:
parent
d7c23f7208
commit
d5b7538d07
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Bundle Update
|
name: Bundle Update
|
||||||
command: gem update --system && bundle update --bundler
|
command: gem update --system && gem install bundler
|
||||||
# Which version of bundler?
|
# Which version of bundler?
|
||||||
- run:
|
- run:
|
||||||
name: Which bundler?
|
name: Which bundler?
|
||||||
|
|
Loading…
Reference in a new issue