From e4f06ccf6221362fcc8d3f87945624e69ab98460 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Tue, 26 Nov 2024 10:11:22 +0000 Subject: [PATCH] Remove debugging and WIP references --- .github/workflows/update-dependencies.yml | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 83f055b16..9d32e3335 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: dep-updater-fixes + ref: next - run: | git config --global user.name 'Bumpsnag bot' diff --git a/Gemfile b/Gemfile index e37607f0b..272f2a95c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gem 'xcodeproj', '< 1.26.0' # Only install bumpsnag if we're using Github actions unless ENV['GITHUB_ACTIONS'].nil? - gem 'bumpsnag', git: 'https://github.com/bugsnag/platforms-bumpsnag', branch: 'better-commit-check' + gem 'bumpsnag', git: 'https://github.com/bugsnag/platforms-bumpsnag', branch: 'main' end