From d251a0aab8faa80a943b0005d0142e1ec48e1d53 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Mon, 23 Sep 2024 17:04:12 +0100 Subject: [PATCH] Use a released version of maze-runner --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9951dc1..12edf99 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem "bugsnag-maze-runner", git: 'https://github.com/bugsnag/maze-runner', branch: 'validation/extra-capabilities' \ No newline at end of file +gem "bugsnag-maze-runner", "~> 9.14" \ No newline at end of file