Skip to content

Commit e5d048a

Browse files
committed
remove strict bundler dependency
1 parent f02ee48 commit e5d048a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-branch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
ruby-version: ${{ matrix.ruby-version }}
3737
bundler-cache: true
3838
- uses: actions/checkout@v1
39-
- name: Install dependencies
39+
- name: Install bundler
40+
run: gem install bundler
41+
- name: Install other dependencies
4042
run: bundle install
41-
- name: Release Gem
43+
- name: Release gem
4244
uses: cadwallion/publish-rubygems-action@master
4345
env:
4446
GITHUB_TOKEN: ${{secrets.GH_CREDENTIALS}}

0 commit comments

Comments
 (0)