File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 specs:
44 testcontainers-core (0.2.0 )
55 base64 (~> 0.3 )
6- docker-api (~> 2.2 )
6+ docker-api (~> 2.4 )
77 java-properties (~> 0.3.0 )
88
99GEM
1010 remote: https://rubygems.org/
1111 specs:
1212 ast (2.4.3 )
1313 base64 (0.3.0 )
14- docker-api (2.2 .0 )
15- excon (>= 0.47 .0 )
14+ docker-api (2.4 .0 )
15+ excon (>= 0.64 .0 )
1616 multi_json
17- excon (0.99.0 )
17+ excon (1.3.0 )
18+ logger
1819 java-properties (0.3.0 )
1920 json (2.15.1 )
2021 language_server-protocol (3.17.0.5 )
2122 lint_roller (1.1.0 )
23+ logger (1.7.0 )
2224 minitest (5.26.0 )
2325 minitest-hooks (1.5.0 )
2426 minitest (> 5.3 )
25- multi_json (1.15 .0 )
27+ multi_json (1.17 .0 )
2628 parallel (1.27.0 )
2729 parser (3.3.9.0 )
2830 ast (~> 2.4.1 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030 spec . require_paths = [ "lib" ]
3131
3232 # Uncomment to register a new dependency of your gem
33- spec . add_dependency "docker-api" , "~> 2.2 "
33+ spec . add_dependency "docker-api" , "~> 2.4 "
3434 spec . add_dependency "java-properties" , "~> 0.3.0"
3535 spec . add_dependency "base64" , "~> 0.3"
3636
You can’t perform that action at this time.
0 commit comments