We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2733809 commit 6fb2349Copy full SHA for 6fb2349
.github/workflows/dependabot-update-lock.yml
@@ -44,15 +44,6 @@ jobs:
44
ruby-version: ${{ steps.get_ruby_version.outputs.ruby_version }}
45
working-directory: 'ios'
46
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
-
56
- name: Setup cocoapods
57
run: |
58
cd ios
0 commit comments