File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUN apk update \
3131 && gem install json -v "~>2.18" \
3232 && gem install bigdecimal -v "~>3.2" \
3333 && gem install racc -v "~>1.8" \
34+ && gem install io-console -v "~>0.8" \
3435 && gem uninstall rubygems-update \
3536 && gem cleanup \
3637 && apk del build-dependencies \
Original file line number Diff line number Diff line change 1010 specs:
1111 pact-cli (1.5.0 )
1212 bigdecimal (~> 3.2 )
13+ io-console (~> 0.8 )
1314 json (~> 2.18 )
1415 pact-mock_service
1516 pact-provider-verifier
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Gem::Specification.new do |spec|
4646 spec . add_dependency "pact_broker-client" , "~> 1.28"
4747 spec . add_dependency "json" , "~>2.18" # must match native lib install in the Dockerfile
4848 spec . add_dependency "bigdecimal" , "~>3.2" # must match native lib install in the Dockerfile
49+ spec . add_dependency "io-console" , "~>0.8" # must match native lib install in the Dockerfile
4950
5051 spec . add_dependency "rack-test" , ">= 0.6.3" , "< 3.0.0"
5152
You can’t perform that action at this time.
0 commit comments