Skip to content

Commit e77c113

Browse files
authored
Merge pull request #75 from gojek/fix_ruby_version
Fix ruby version
2 parents 22cd319 + 369314f commit e77c113

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up ruby environment
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.6.6 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
20+
ruby-version: 2.6.7 # omit if .ruby-version file exists in project, or replace with your team’s supported ruby version
2121
bundler-cache: true
2222

2323
- name: Testing Clickstream

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,12 @@ GEM
274274
zeitwerk (2.5.4)
275275

276276
PLATFORMS
277+
arm64-darwin-22
277278
x86_64-darwin-19
278279

279280
DEPENDENCIES
280281
cocoapods
281282
fastlane
282283

283284
BUNDLED WITH
284-
2.2.25
285+
2.4.22

0 commit comments

Comments
 (0)