From 7ab0db9190804a9a7c257efeaaa2fb4586a95590 Mon Sep 17 00:00:00 2001 From: nicolantean <49296136+nicolantean@users.noreply.github.com> Date: Thu, 23 May 2024 13:17:07 -0300 Subject: [PATCH] fix: update arb_utils step on ci (#211) Co-authored-by: mirland --- .github/workflows/flutter-ci.yml | 2 +- Gemfile.lock | 1 + scripts/checks.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index 5c8bdab5..cca6b633 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -36,7 +36,7 @@ jobs: bundler-cache: true - name: Activate arb_utils run: | - dart pub global activate arb_utils + dart pub global activate arb_utils 0.8.1 - name: Get dependencies uses: maierj/fastlane-action@v3.0.0 with: diff --git a/Gemfile.lock b/Gemfile.lock index aa0d3446..680a80d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,6 +274,7 @@ GEM xcpretty (~> 0.2, >= 0.0.7) PLATFORMS + arm64-darwin-22 arm64-darwin-21 x86_64-darwin-19 x86_64-darwin-20 diff --git a/scripts/checks.sh b/scripts/checks.sh index 1e1335d0..fb6868a0 100755 --- a/scripts/checks.sh +++ b/scripts/checks.sh @@ -7,7 +7,7 @@ error () { echo ':: Sorting translation files ::' if ! command -v dart >/dev/null 2>&1 || ! dart pub global list | grep -q arb_utils; then echo "arb_utils is missing. Installing..." - dart pub global activate arb_utils + dart pub global activate arb_utils 0.8.1 fi arb_utils sort lib/l10n/intl_en.arb