Skip to content

Commit

Permalink
Merge pull request #323 from pact-foundation/fix/require_ostruct
Browse files Browse the repository at this point in the history
fix(test): explicitly require ostruct as non stdlib in ruby 3.5.x
  • Loading branch information
YOU54F authored Oct 23, 2024
2 parents 6a4316c + c9a8525 commit fddbe45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'pact-message', '~> 0.8'
gem.add_development_dependency 'rspec-its', '~> 1.3'
gem.add_development_dependency 'webrick', '~> 1.8'
gem.add_development_dependency 'ostruct'
end

0 comments on commit fddbe45

Please sign in to comment.