Skip to content

Commit

Permalink
chore(deps): update devtest tools
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent fe66378 commit 1f39361
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 35 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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.0' # 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.1.0'
gem 'reek', '~> 6.2.0'
gem 'rubocop', '~> 1.59.0'
gem 'rubocop-rspec', '~> 2.25'
end

group :test do
Expand Down
85 changes: 56 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -29,7 +29,7 @@ GEM
async-pool (0.4.0)
async (>= 1.25)
builder (3.2.4)
chef-utils (18.1.29)
chef-utils (18.3.0)
concurrent-ruby
concurrent-ruby (1.2.2)
console (1.16.2)
Expand Down Expand Up @@ -65,6 +65,32 @@ GEM
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.1)
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)
Expand All @@ -73,7 +99,7 @@ GEM
faraday-net_http (3.0.2)
ffi (1.15.5)
fiber-local (1.0.0)
git (1.18.0)
git (1.19.0)
addressable (~> 2.8)
rchardet (~> 1.8)
github_changelog_generator (1.16.4)
Expand All @@ -91,14 +117,13 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
io-event (1.1.7)
json (2.6.3)
json (2.7.1)
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)
Expand All @@ -119,8 +144,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.2.2.4)
ast (~> 2.4.1)
racc
protocol-hpack (1.4.2)
Expand All @@ -130,16 +155,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.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rchardet (1.8.0)
reek (6.1.4)
kwalify (~> 0.7.0)
reek (6.2.0)
dry-schema (~> 1.13.0)
parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (2.8.1)
rexml (~> 3.1)
regexp_parser (2.8.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -163,25 +189,25 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.12.0)
rubocop (1.55.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
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.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-rspec (2.23.1)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
Expand All @@ -205,24 +231,25 @@ 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.12)

PLATFORMS
ruby

DEPENDENCIES
cucumber
docker_registry2 (~> 1.18.0)
git (~> 1.18.0)
git (~> 1.19.0)
github_changelog_generator (~> 1.16.4)
mdl (~> 0.12.0)
rake (~> 13.0.6)
reek (~> 6.1.4)
mdl (~> 0.13.0)
rake (~> 13.1.0)
reek (~> 6.2.0)
rhcl (~> 0.1.0)
rspec (~> 3.12.0)
rspec-rerun
rubocop (~> 1.55.1)
rubocop-rspec (~> 2.23)
rubocop (~> 1.59.0)
rubocop-rspec (~> 2.25)
simplecov (~> 0.22.0)

RUBY VERSION
Expand Down

0 comments on commit 1f39361

Please sign in to comment.