mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +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
|
||||
- run:
|
||||
name: Bundle Update
|
||||
command: bundle update --bundler
|
||||
command: gem update --system && bundle update --bundler
|
||||
# Which version of bundler?
|
||||
- run:
|
||||
name: Which bundler?
|
||||
|
|
Loading…
Reference in a new issue