Skip to content

Commit 08ee739

Browse files
committed
Upgrade Ruby and Gems
1 parent 8d1fad0 commit 08ee739

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: 💎 Setup Ruby & Bundler
124124
uses: ruby/setup-ruby@v1
125125
with:
126-
ruby-version: 3.3
126+
ruby-version: 3.4.8
127127
bundler-cache: true
128128

129129
- name: 📜 Set up Google Services
@@ -155,4 +155,4 @@ jobs:
155155
echo "${PLAY_STORE_JSON// /}" | base64 --decode > fastlane/play-store.json
156156
bundle exec fastlane android deploy
157157
env:
158-
PLAY_STORE_JSON: ${{ secrets.PLAY_STORE_JSON }}
158+
PLAY_STORE_JSON: ${{ secrets.PLAY_STORE_JSON }}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.9)
4+
CFPropertyList (3.0.8)
55
abbrev (0.1.2)
66
addressable (2.8.8)
77
public_suffix (>= 2.0.2, < 8.0)

0 commit comments

Comments
 (0)