Skip to content

Commit 6f243c4

Browse files
committed
chore(deps): add io-console native gem
1 parent d05655b commit 6f243c4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PATH
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

pact-cli.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)