From c977b9c25401f48949ab9f30b823ed2a97f1870b Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Fri, 7 Jul 2023 10:21:58 +0100 Subject: [PATCH 1/2] Gemfile bump --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 89a5f2cfa..1c00ea98a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.5) + activesupport (7.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -23,7 +23,7 @@ GEM atomos (0.1.3) bugsnag (6.25.2) concurrent-ruby (~> 1.0) - bugsnag-maze-runner (8.0.2) + bugsnag-maze-runner (8.1.4) appium_lib (~> 12.0.0) appium_lib_core (~> 5.4.0) bugsnag (~> 6.24) @@ -149,7 +149,7 @@ GEM nanaimo (0.3.0) nap (1.1.0) netrc (0.11.0) - nokogiri (1.15.2-x86_64-darwin) + nokogiri (1.15.3-x86_64-darwin) racc (~> 1.4) optimist (3.0.1) os (1.0.1) From 2b9627a728b5f66b9551d197e29f855ed793d31f Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Fri, 7 Jul 2023 11:11:38 +0100 Subject: [PATCH 2/2] Do not set bundler local path --- .buildkite/pipeline.full.yml | 1 - .buildkite/pipeline.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.buildkite/pipeline.full.yml b/.buildkite/pipeline.full.yml index a51b28104..85792944b 100644 --- a/.buildkite/pipeline.full.yml +++ b/.buildkite/pipeline.full.yml @@ -339,7 +339,6 @@ steps: - "macOSTestApp.log" - "maze_output/failed/**/*" commands: - - bundle config set --local path 'vendor/bundle' - bundle install - bundle exec maze-runner --os=macos diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 993c1f4d7..1735d6220 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -251,7 +251,6 @@ steps: - "macOSTestApp.log" - "maze_output/failed/**/*" commands: - - bundle config set --local path 'vendor/bundle' - bundle install - bundle exec maze-runner features/barebone_tests.feature