Skip to content

Commit

Permalink
fix: Add dependency of ostruct to gem, to fix warning ostruct was loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
大類有紀子 authored and 大類有紀子 committed Oct 12, 2024
1 parent 79482c2 commit eb61c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rake', '~> 13.0' #For FileList
gem.add_runtime_dependency 'dig_rb', '~> 1.0'
gem.add_runtime_dependency 'base64', '~> 0.2'
gem.add_runtime_dependency 'ostruct'
end

0 comments on commit eb61c27

Please sign in to comment.