Skip to content

Commit

Permalink
Merge pull request #424 from bugsnag/tms/maze-master
Browse files Browse the repository at this point in the history
Prepare for MazeRunner v3.6.0
  • Loading branch information
twometresteve authored Dec 10, 2020
2 parents 37eee61 + 15ed102 commit 9379bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v3.5.1'
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v3.6.0'
gem "os", "~> 1.0"
4 changes: 4 additions & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@
at_exit do
FileUtils.rm_rf(VENDORED_LIB)
end

AfterConfiguration do |_config|
MazeRunner.config.enforce_bugsnag_integrity = false if MazeRunner.config.respond_to? :enforce_bugsnag_integrity=
end

0 comments on commit 9379bc7

Please sign in to comment.