diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index f032a614..273c7cd3 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -18,7 +18,7 @@ jobs: - name: -- Step 4 -- Install native dependencies run: npx pod-install - name: -- Step 5 -- Install ruby dependencies - run: gem install bundler && bundle install + run: bundle install - name: -- Step 6 -- Run fastlane env: TOOOT_ENVIRONMENT: staging diff --git a/Gemfile.lock b/Gemfile.lock index 63efde57..ee2c18d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,6 @@ GEM xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) fastlane-plugin-json (1.0.0) - fastlane-plugin-versioning (0.4.4) fastlane-plugin-yarn (1.2) gh_inspector (1.1.3) google-api-client (0.38.0) @@ -200,8 +199,7 @@ PLATFORMS DEPENDENCIES fastlane fastlane-plugin-json - fastlane-plugin-versioning fastlane-plugin-yarn BUNDLED WITH - 1.17.2 + 2.2.8