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 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)