summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:17:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:17:21 +0900
commitb15caa645e46a140a95123d24a4aad03c28d91aa (patch)
tree2092b66acbe1410545a59ff14be36269cb0c5987
parent925a6430ac5751abe73aa7c15b3331d99c6a698f (diff)
downloadbundler-b15caa645e46a140a95123d24a4aad03c28d91aa.tar.gz
Removed the needless overwrite step for bundler 2
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 8d63884e76..e2b2dd24c1 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -45,7 +45,6 @@ jobs:
- name: Prepare dependencies
run: |
sudo apt-get install graphviz -y
- bin/rake override_version
bin/rake spec:parallel_deps
- name: Run Test
run: bin/parallel_rspec spec