Skip to content

Commit

Permalink
demo: diff rendering change in json 2.8.x by pinning to 2.7.x or lower
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 28, 2024
1 parent ed85f93 commit a75ea05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pact-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "awesome_print", "~> 1.9"
spec.add_runtime_dependency "diff-lcs", "~> 1.5"
spec.add_runtime_dependency "expgen", "~> 0.1"
spec.add_runtime_dependency "json", "< 2.8"

spec.add_development_dependency "rspec", ">= 2.14", "< 4.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand All @@ -36,4 +37,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bump", "~> 0.5"
spec.add_development_dependency "base64", "~> 0.2"
spec.add_development_dependency "ostruct"

end

0 comments on commit a75ea05

Please sign in to comment.