Skip to content

Commit

Permalink
fix: explicitly require ostruct as non stdlib in ruby 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 23, 2024
1 parent e7bf8fd commit 4beb10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact-provider-verifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rack', '~> 2.1'
gem.add_runtime_dependency 'rack-reverse-proxy'
gem.add_runtime_dependency 'rspec_junit_formatter', '~> 0.3'
gem.add_runtime_dependency 'ostruct'

gem.add_development_dependency 'rake', '~> 13.0'
gem.add_development_dependency 'sinatra'
Expand Down

0 comments on commit 4beb10f

Please sign in to comment.