diff --git a/Gemfile b/Gemfile index 0883ecb9..241c2a28 100644 --- a/Gemfile +++ b/Gemfile @@ -5,18 +5,18 @@ gem 'rhcl', '~> 0.1.0' group :development do gem 'docker_registry2', '~> 1.18.0' # https://rubygems.org/gems/docker_registry2 - gem 'git', '~>1.18.0' # https://rubygems.org/gems/git + gem 'git', '~>1.19.1' # https://rubygems.org/gems/git gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator - gem 'mdl', '~>0.12.0' - gem 'rake', '~>13.0.6' - gem 'reek', '~> 6.1.4' - gem 'rubocop', '~> 1.55.1' - gem 'rubocop-rspec', '~> 2.23' + gem 'mdl', '~>0.13.0' + gem 'rake', '~>13.2.1' + gem 'reek', '~> 6.3.0' + gem 'rubocop', '~> 1.63.4' + gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1' end group :test do gem 'cucumber' - gem 'rspec', '~> 3.12.0' + gem 'rspec', '~> 3.13.0' gem 'rspec-rerun' gem 'simplecov', '~> 0.22.0' end diff --git a/Gemfile.lock b/Gemfile.lock index db106aff..a384eb96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) async (2.5.0) @@ -28,10 +28,11 @@ GEM async async-pool (0.4.0) async (>= 1.25) + bigdecimal (3.1.7) builder (3.2.4) - chef-utils (18.1.29) + chef-utils (18.4.12) concurrent-ruby - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) console (1.16.2) fiber-local cucumber (8.0.0) @@ -59,12 +60,39 @@ GEM cucumber-messages (18.0.0) cucumber-tag-expressions (4.1.0) deep_merge (1.2.2) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.4.0) docker_registry2 (1.18.0) rest-client (>= 1.8.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + dry-configurable (1.1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-core (1.0.1) + concurrent-ruby (~> 1.0) + zeitwerk (~> 2.6) + dry-inflector (1.0.0) + dry-initializer (3.1.1) + dry-logic (1.5.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0, < 2) + zeitwerk (~> 2.6) + dry-schema (1.13.3) + concurrent-ruby (~> 1.0) + dry-configurable (~> 1.0, >= 1.0.1) + dry-core (~> 1.0, < 2) + dry-initializer (~> 3.0) + dry-logic (>= 1.4, < 2) + dry-types (>= 1.7, < 2) + zeitwerk (~> 2.6) + dry-types (1.7.2) + bigdecimal (~> 3.0) + concurrent-ruby (~> 1.0) + dry-core (~> 1.0) + dry-inflector (~> 1.0) + dry-logic (~> 1.4) + zeitwerk (~> 2.6) faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) @@ -73,7 +101,7 @@ GEM faraday-net_http (3.0.2) ffi (1.15.5) fiber-local (1.0.0) - git (1.18.0) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) github_changelog_generator (1.16.4) @@ -91,14 +119,13 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) io-event (1.1.7) - json (2.6.3) + json (2.7.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - kwalify (0.7.2) language_server-protocol (3.17.0.3) - mdl (0.12.0) + mdl (0.13.0) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) mixlib-cli (~> 2.1, >= 2.1.1) @@ -119,8 +146,8 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.24.0) + parser (3.3.1.0) ast (~> 2.4.1) racc protocol-hpack (1.4.2) @@ -130,16 +157,17 @@ GEM protocol-http2 (0.15.1) protocol-hpack (~> 1.4) protocol-http (~> 0.18) - public_suffix (5.0.1) - racc (1.7.1) + public_suffix (5.0.5) + racc (1.7.3) rainbow (3.1.1) - rake (13.0.6) + rake (13.2.1) rchardet (1.8.0) - reek (6.1.4) - kwalify (~> 0.7.0) - parser (~> 3.2.0) + reek (6.3.0) + dry-schema (~> 1.13.0) + parser (~> 3.3.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.8.1) + rexml (~> 3.1) + regexp_parser (2.9.0) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -148,42 +176,45 @@ GEM rexml (3.2.6) rhcl (0.1.0) deep_merge - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-rerun (1.1.0) rspec (~> 3.0) - rspec-support (3.12.0) - rubocop (1.55.1) + rspec-support (3.13.1) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) + rubocop-capybara (2.20.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-rspec (2.23.1) - rubocop (~> 1.33) + rubocop-rspec (2.29.1) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sawyer (0.9.2) @@ -205,7 +236,8 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) + zeitwerk (2.6.13) PLATFORMS ruby @@ -213,16 +245,16 @@ PLATFORMS DEPENDENCIES cucumber docker_registry2 (~> 1.18.0) - git (~> 1.18.0) + git (~> 1.19.1) github_changelog_generator (~> 1.16.4) - mdl (~> 0.12.0) - rake (~> 13.0.6) - reek (~> 6.1.4) + mdl (~> 0.13.0) + rake (~> 13.2.1) + reek (~> 6.3.0) rhcl (~> 0.1.0) - rspec (~> 3.12.0) + rspec (~> 3.13.0) rspec-rerun - rubocop (~> 1.55.1) - rubocop-rspec (~> 2.23) + rubocop (~> 1.63.4) + rubocop-rspec (~> 2.29, >= 2.29.1) simplecov (~> 0.22.0) RUBY VERSION