mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
Fix Circle CI
This commit is contained in:
parent
df75cef428
commit
d7c23f7208
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: bundle update --bundler
|
command: gem update --system && bundle update --bundler
|
||||||
# Which version of bundler?
|
# Which version of bundler?
|
||||||
- run:
|
- run:
|
||||||
name: Which bundler?
|
name: Which bundler?
|
||||||
|
|
Loading…
Reference in a new issue