File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN apk update \
2828 && bundle config build.nokogiri --use-system-libraries \
2929 && bundle config git.allow_insecure true \
3030 && gem update --system 3.6.9 \
31- && gem install json -v "~>2.13 " \
31+ && gem install json -v "~>2.15 " \
3232 && gem install bigdecimal -v "~>3.2" \
3333 && gem install racc -v "~>1.8" \
3434 && gem uninstall rubygems-update \
Original file line number Diff line number Diff line change 2121 specs:
2222 awesome_print (1.9.2 )
2323 base64 (0.3.0 )
24- bigdecimal (3.2.2 )
24+ bigdecimal (3.2.3 )
2525 bump (0.10.0 )
2626 coderay (1.1.3 )
2727 csv (3.3.5 )
2828 diff-lcs (1.6.2 )
2929 dig_rb (1.0.1 )
3030 expgen (0.1.1 )
3131 parslet
32- faraday (2.13.2 )
32+ faraday (2.13.4 )
3333 faraday-net_http (>= 2.0 , < 3.5 )
3434 json
3535 logger
4242 csv
4343 mini_mime (>= 1.0.0 )
4444 multi_xml (>= 0.5.2 )
45- json (2.13.2 )
45+ json (2.15.0 )
4646 jsonpath (1.1.5 )
4747 multi_json
4848 logger (1.7.0 )
4949 method_source (1.1.0 )
5050 mini_mime (1.1.5 )
51+ mize (0.6.1 )
5152 multi_json (1.17.0 )
5253 multi_xml (0.7.2 )
5354 bigdecimal (~> 3.1 )
108109 pry (0.15.2 )
109110 coderay (~> 1.1 )
110111 method_source (~> 1.0 )
111- rack (3.1.16 )
112+ rack (3.2.1 )
112113 rack-proxy (0.7.7 )
113114 rack
114115 rack-reverse-proxy-pact (1.0.2 )
121122 rack (>= 3 )
122123 rainbow (3.1.1 )
123124 rake (13.3.0 )
124- regexp_parser (2.10.0 )
125+ regexp_parser (2.11.3 )
125126 rspec (3.13.1 )
126127 rspec-core (~> 3.13.0 )
127128 rspec-expectations (~> 3.13.0 )
@@ -134,18 +135,19 @@ GEM
134135 rspec-mocks (3.13.5 )
135136 diff-lcs (>= 1.2.0 , < 2.0 )
136137 rspec-support (~> 3.13.0 )
137- rspec-support (3.13.4 )
138+ rspec-support (3.13.6 )
138139 rspec_junit_formatter (0.6.0 )
139140 rspec-core (>= 2 , < 4 , != 2.12.0 )
140141 string_pattern (2.3.0 )
141142 regexp_parser (~> 2.5 , >= 2.5.0 )
142143 sync (0.5.0 )
143144 table_print (1.5.7 )
144- term-ansicolor (1.11.2 )
145- tins (~> 1.0 )
145+ term-ansicolor (1.11.3 )
146+ tins (~> 1 )
146147 thor (1.4.0 )
147- tins (1.38.0 )
148+ tins (1.44.1 )
148149 bigdecimal
150+ mize (~> 0.6 )
149151 sync
150152 uri (1.0.3 )
151153 webrick (1.9.1 )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444 spec . add_dependency "pact-mock_service"
4545 spec . add_dependency "pact-provider-verifier"
4646 spec . add_dependency "pact_broker-client" , "~> 1.28"
47- spec . add_dependency "json" , "~>2.13 " # must match native lib install in the Dockerfile
47+ spec . add_dependency "json" , "~>2.15 " # must match native lib install in the Dockerfile
4848 spec . add_dependency "bigdecimal" , "~>3.2" # must match native lib install in the Dockerfile
4949
5050 spec . add_dependency "rack-test" , ">= 0.6.3" , "< 3.0.0"
You can’t perform that action at this time.
0 commit comments