Skip to content

Commit

Permalink
Trial in-dev MR
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jan 5, 2021
1 parent b966ed8 commit 08ffbc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'cocoapods'

# A reference to Maze Runner is only needed for running tests locally and if committed it must be
# portable for CI, e.g. a specific release. However, leaving it commented out would mean quicker CI.
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v3.6.0'
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'tms/docker-compose-use'

# Locally, you can run against Maze Runner branches and uncommitted changes:
# gem 'bugsnag-maze-runner', path: '../maze-runner'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/bugsnag/maze-runner
revision: b73093f128efdea444966969cd3526e26de8ed5b
tag: v3.6.0
revision: 1a422c295f323684c349d86dd469e76716654562
branch: tms/docker-compose-use
specs:
bugsnag-maze-runner (3.6.0)
bugsnag-maze-runner (3.7.0)
appium_lib (~> 10.2)
cucumber (~> 3.1.2)
cucumber-expressions (~> 6.0.0)
Expand Down Expand Up @@ -38,7 +38,7 @@ GEM
faye-websocket (~> 0.11.0)
selenium-webdriver (~> 3.14, >= 3.14.1)
atomos (0.1.3)
backports (3.18.2)
backports (3.20.1)
builder (3.2.4)
childprocess (3.0.0)
claide (1.0.3)
Expand Down Expand Up @@ -115,27 +115,29 @@ GEM
i18n (1.8.5)
concurrent-ruby (~> 1.0)
json (2.3.1)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
molinillo (0.6.6)
multi_json (1.15.0)
multi_test (0.1.2)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.0)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
optimist (3.0.1)
os (1.0.1)
power_assert (1.2.0)
public_suffix (4.0.6)
racc (1.5.2)
rake (12.3.3)
ruby-macho (1.4.0)
rubyzip (2.3.0)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
test-unit (3.3.7)
test-unit (3.3.9)
power_assert
thread_safe (0.3.6)
tomlrb (1.3.0)
Expand Down

0 comments on commit 08ffbc1

Please sign in to comment.