Skip to content

Commit

Permalink
Merge pull request #664 from bugsnag/tms/bump-curb
Browse files Browse the repository at this point in the history
Bump Curb to 1.0.5
twometresteve authored Jul 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents be0eb2d + 9fc9a0e commit 0e11e58
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ steps:
- label: 'AWS - SAM tests'
timeout_in_minutes: 30
agents:
queue: "macos-14-5"
queue: "macos-14"
env:
NODE_VERSION: "18"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 9.11.2 - 2024/07/18

## Fixes

- Bump `curb` dependency to 1.0.5 [664](https://github.com/bugsnag/maze-runner/pull/664)

# 9.11.1 - 2024/07/15

## Fixes
2 changes: 1 addition & 1 deletion bugsnag-maze-runner.gemspec
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'bugsnag', '~> 6.24'
spec.add_dependency 'cucumber-expressions', '~> 6.0.0'
spec.add_dependency 'curb', '~> 0.9.6'
spec.add_dependency 'curb', '~> 1.0.5'
spec.add_dependency 'dogstatsd-ruby', '~> 5.5.0'
spec.add_dependency 'optimist', '~> 3.0.1'
spec.add_dependency 'rake', '~> 12.3.3'
2 changes: 1 addition & 1 deletion lib/maze.rb
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
# Glues the various parts of MazeRunner together that need to be accessed globally,
# providing an alternative to the proliferation of global variables or singletons.
module Maze
VERSION = '9.11.1'
VERSION = '9.11.2'

class << self
attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,

0 comments on commit 0e11e58

Please sign in to comment.