Skip to content

Commit

Permalink
fix: change expgen to a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 30, 2021
1 parent 95b46c3 commit da81634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "term-ansicolor", "~> 1.0"
spec.add_runtime_dependency "awesome_print", "~> 1.9"
spec.add_runtime_dependency "diff-lcs", "~> 1.4"
spec.add_runtime_dependency "expgen", "~> 0.1"

spec.add_development_dependency 'expgen', '~> 0.1.1'
spec.add_development_dependency "rspec", ">= 2.14", "< 4.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "webmock", "~> 3.3"
Expand Down

0 comments on commit da81634

Please sign in to comment.