Skip to content

Commit

Permalink
TEST: bump maze-runner to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Mar 6, 2024
1 parent 5b79d94 commit b00c4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ source 'https://rubygems.org'
gem 'cocoapods'
gem 'fastlane'

gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'
# gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'

gem 'bugsnag-maze-runner', '~>8.0'

# Use a branch of Maze Runner
#gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'tms/use-maze-check'
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.expo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CI test image for unit/lint/type tests
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v6-cli as expo-maze-runner
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v8-cli as expo-maze-runner
COPY /features /app/features
WORKDIR /app

0 comments on commit b00c4ba

Please sign in to comment.