Skip to content

Commit 8907702

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated ci
1 parent 0770be3 commit 8907702

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gempush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: ruby/setup-ruby@v1.126.0
1515
with:
1616
ruby-version: 2.6.5
17-
17+
bundler: 2.4.22
1818
- name: Run Test Cases
1919
run: |
2020
gem install bundler -v 2.4.22

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: ruby/setup-ruby@v1.126.0
1414
with:
1515
ruby-version: 2.6.5
16+
bundler: 2.4.22
1617
- name: Build and test with Rake
1718
run: |
1819
gem install bundler -v 2.4.22

0 commit comments

Comments
 (0)