Skip to content

Commit

Permalink
Merge branch 'renovate/rubocop-1.x' into 'master'
Browse files Browse the repository at this point in the history
⬆️ Updates rubocop to v1.57.1

See merge request pipeline-components/rubocop!137
  • Loading branch information
Robbert Müller committed Oct 17, 2023
2 parents c262810 + 423aafb commit c562971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'rubocop', '1.56.4'
gem 'rubocop', '1.57.1'
6 changes: 3 additions & 3 deletions app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ GEM
rainbow (3.1.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.56.4)
rubocop (1.57.1)
base64 (~> 0.1.1)
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)
Expand All @@ -34,7 +34,7 @@ PLATFORMS
ruby

DEPENDENCIES
rubocop (= 1.56.4)
rubocop (= 1.57.1)

BUNDLED WITH
2.2.15

0 comments on commit c562971

Please sign in to comment.