Skip to content

Commit

Permalink
Merge branch 'fix/DEX-2702/update-pact-ffi' into 'master'
Browse files Browse the repository at this point in the history
[DEX-2702] fix: update pact-ffi

Closes DEX-2702

See merge request nstmrt/rubygems/sbmt-pact!20
  • Loading branch information
Сатаров Юрий Сергеевич committed Dec 26, 2024
2 parents 8847377 + 09dc208 commit ddabb7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [0.12.2] - 2024-12-25

### Changed
- update `pact-ffi` to 0.4.26

## [0.12.1] - 2024-12-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/sbmt/pact/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sbmt
module Pact
VERSION = "0.12.1"
VERSION = "0.12.2"
end
end
2 changes: 1 addition & 1 deletion sbmt-pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "zeitwerk", "~> 2.3"
spec.add_dependency "pact-ffi", "~> 0.4.22"
spec.add_dependency "pact-ffi", "~> 0.4.26"
spec.add_dependency "rack", "~> 2.0"
spec.add_dependency "webrick"
spec.add_dependency "rack-proxy"
Expand Down

0 comments on commit ddabb7c

Please sign in to comment.