Skip to content

Commit

Permalink
Merge pull request #1569 from bugsnag/tms/bump-gemfile
Browse files Browse the repository at this point in the history
Fix ruby errors in CI steps
  • Loading branch information
twometresteve authored Jul 7, 2023
2 parents c8409b2 + 2b9627a commit 81081f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 81081f0

Please sign in to comment.