Skip to content

Commit 358aae5

Browse files
committed
Print out Bundler version
1 parent 0c00be7 commit 358aae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
ruby-version: ${{ matrix.ruby_version }}
4747
- name: Build and run test
4848
run: |
49+
bundle -v
4950
bundle
5051
bundle exec appraisal rails_${{ matrix.rails_version }} bundle
5152
bundle exec appraisal rails_${{ matrix.rails_version }} rake

0 commit comments

Comments
 (0)