Skip to content

Commit 54a0710

Browse files
committed
fix(chore): bump gemfile
1 parent f321fae commit 54a0710

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ jobs:
125125
uses: actions/cache@v4
126126
with:
127127
path: ${{ env.TURBO_CACHE_DIR }}
128-
key: ${{ runner.os }}-turborepo-ios-${{ hashFiles('yarn.lock') }}
128+
key: ${{ runner.os }}-turborepo1-ios-${{ hashFiles('yarn.lock') }}
129129
restore-keys: |
130-
${{ runner.os }}-turborepo-ios-
130+
${{ runner.os }}-turborepo1-ios-
131131
132132
- name: Check turborepo cache for iOS
133133
run: |

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
1010
gem 'concurrent-ruby', '< 1.3.4'
1111

12-
# Ruby 3.4.0 has removed some libraries from the standard library.
12+
# Ruby 3.4.0 has removed some libraries from the standard library
1313
gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'

0 commit comments

Comments
 (0)