Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to '~> 1.52.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and o-orand committed Jun 12, 2023
1 parent 83048da commit b66c1e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :development do
gem 'mdl', '~>0.12.0'
gem 'rake', '~>13.0.6'
gem 'reek', '~> 6.1.4'
gem 'rubocop', '~> 1.52.0'
gem 'rubocop', '~> 1.52.1'
gem 'rubocop-rspec', '~> 2.22'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GEM
kwalify (~> 0.7.0)
parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -162,10 +162,10 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.12.0)
rubocop (1.52.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -219,7 +219,7 @@ DEPENDENCIES
rhcl (~> 0.1.0)
rspec (~> 3.12.0)
rspec-rerun
rubocop (~> 1.52.0)
rubocop (~> 1.52.1)
rubocop-rspec (~> 2.22)
simplecov (~> 0.22.0)

Expand Down

0 comments on commit b66c1e9

Please sign in to comment.