Skip to content

Commit

Permalink
⬆️ Updates rubocop to v1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipeline Components Bot committed Oct 13, 2023
1 parent 1aa1a4b commit 423aafb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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'
8 changes: 4 additions & 4 deletions app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ GEM
racc
racc (1.7.1)
rainbow (3.1.1)
regexp_parser (2.8.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 423aafb

Please sign in to comment.