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 8d1fad0 commit 08ee739Copy full SHA for 08ee739
2 files changed
.github/workflows/cd.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: 💎 Setup Ruby & Bundler
124
uses: ruby/setup-ruby@v1
125
with:
126
- ruby-version: 3.3
+ ruby-version: 3.4.8
127
bundler-cache: true
128
129
- name: 📜 Set up Google Services
@@ -155,4 +155,4 @@ jobs:
155
echo "${PLAY_STORE_JSON// /}" | base64 --decode > fastlane/play-store.json
156
bundle exec fastlane android deploy
157
env:
158
- PLAY_STORE_JSON: ${{ secrets.PLAY_STORE_JSON }}
+ PLAY_STORE_JSON: ${{ secrets.PLAY_STORE_JSON }}
Gemfile.lock
@@ -1,7 +1,7 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- CFPropertyList (3.0.9)
+ CFPropertyList (3.0.8)
5
abbrev (0.1.2)
6
addressable (2.8.8)
7
public_suffix (>= 2.0.2, < 8.0)
0 commit comments