Skip to content

Commit 6fb2349

Browse files
Remove bundler thingy from ci
1 parent 2733809 commit 6fb2349

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/dependabot-update-lock.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
ruby-version: ${{ steps.get_ruby_version.outputs.ruby_version }}
4545
working-directory: 'ios'
4646

47-
- name: Ensure bundler version
48-
# Check Gemfile.lock for the exact version of bundler to use
49-
run: |
50-
bundle --version
51-
bundler_version=$(grep -A 1 'BUNDLED WITH' Gemfile.lock | tail -n 1 | tr -d ' ')
52-
bundle _${bundler_version}_ install
53-
bundle -v
54-
ruby -v
55-
5647
- name: Setup cocoapods
5748
run: |
5849
cd ios

0 commit comments

Comments
 (0)