Skip to content

Commit

Permalink
Merge pull request #104 from makeen-project/ALS-1806
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfilimonov authored Sep 18, 2024
2 parents 7f0527b + 346f5b3 commit 5949c8a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
node-version: '20'

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5

- name: Setup Bundler
run: |
bundle config --local path ./vendor/bundle
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5

- name: Setup Bundler
run: |
bundle config --local path ./vendor/bundle
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5

- name: Setup Bundler
run: |
bundle config --local path ./vendor/bundle
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
ruby "3.3.5"

gem "fastlane"
eval_gemfile("fastlane/Pluginfile")
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.975.0)
aws-sdk-core (3.205.0)
aws-partitions (1.976.0)
aws-sdk-core (3.206.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
Expand All @@ -23,7 +23,7 @@ GEM
aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-sigv4 (1.10.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
Expand Down Expand Up @@ -229,5 +229,8 @@ DEPENDENCIES
fastlane-plugin-firebase_app_distribution
fastlane-plugin-versioning_android

RUBY VERSION
ruby 3.3.5

BUNDLED WITH
2.5.18

0 comments on commit 5949c8a

Please sign in to comment.