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.
2 parents 22cd319 + 369314f commit e77c113Copy full SHA for e77c113
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up ruby environment
18
uses: ruby/setup-ruby@v1
19
with:
20
- ruby-version: 2.6.6 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
+ ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
21
bundler-cache: true
22
23
- name: Testing Clickstream
Gemfile.lock
@@ -274,11 +274,12 @@ GEM
274
zeitwerk (2.5.4)
275
276
PLATFORMS
277
+ arm64-darwin-22
278
x86_64-darwin-19
279
280
DEPENDENCIES
281
cocoapods
282
fastlane
283
284
BUNDLED WITH
- 2.2.25
285
+ 2.4.22
0 commit comments