Skip to content

Commit

Permalink
Update rubocop to version 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore86 committed Oct 21, 2022
1 parent 44eddd3 commit 6e054b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'rubocop', '1.36.0', require: false
gem 'rubocop', '1.37.0', require: false
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ GEM
parser (3.1.2.1)
ast (~> 2.4.1)
rainbow (3.1.1)
regexp_parser (2.5.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rubocop (1.36.0)
rubocop (1.37.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rubocop-ast (>= 1.22.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
rubocop-ast (1.22.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
unicode-display_width (2.2.0)
Expand All @@ -29,7 +29,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.36.0)
rubocop (= 1.37.0)

BUNDLED WITH
2.2.22

0 comments on commit 6e054b2

Please sign in to comment.