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] committed Sep 28, 2023
1 parent 7b02458 commit 943f5f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ group :development do
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 'rubocop', '~> 1.56.4'
gem 'rubocop-rspec', '~> 2.24'
end

group :test do
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
async
async-pool (0.4.0)
async (>= 1.25)
base64 (0.1.1)
builder (3.2.4)
chef-utils (18.1.29)
concurrent-ruby
Expand Down Expand Up @@ -163,7 +164,8 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.12.0)
rubocop (1.55.1)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -176,11 +178,11 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.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-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-rspec (2.23.1)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -221,8 +223,8 @@ DEPENDENCIES
rhcl (~> 0.1.0)
rspec (~> 3.12.0)
rspec-rerun
rubocop (~> 1.55.1)
rubocop-rspec (~> 2.23)
rubocop (~> 1.56.4)
rubocop-rspec (~> 2.24)
simplecov (~> 0.22.0)

RUBY VERSION
Expand Down

0 comments on commit 943f5f3

Please sign in to comment.