Skip to content

Commit

Permalink
Upgrade Robocop
Browse files Browse the repository at this point in the history
  • Loading branch information
JinHuangAtZen committed May 7, 2024
1 parent 2d37ee5 commit db649a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "yard"
gem "json", ">= 2.3.0", platforms: :ruby
gem "scrub_rb"

gem "rubocop", "~> 0.79.0", require: false # Handling of Ruby 2.7 syntax
gem "rubocop", "~> 1.63.0", require: false # Handling of Ruby 2.7 syntax

group :test do
gem "webmock"
Expand Down
21 changes: 14 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ GEM
i18n (1.14.4)
concurrent-ruby (~> 1.0)
inflection (1.0.0)
jaro_winkler (1.5.6)
json (2.7.2)
language_server-protocol (3.17.0.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -101,6 +101,7 @@ GEM
nokogiri (~> 1.14)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand All @@ -115,18 +116,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rubocop (0.79.0)
jaro_winkler (~> 1.5.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
scrub_rb (1.0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)
unicode-display_width (2.5.0)
uri (0.13.0)
vcr (6.2.0)
webmock (3.23.0)
Expand All @@ -153,7 +160,7 @@ DEPENDENCIES
rspec-expectations (= 3.10.2)
rspec-mocks (= 3.10.2)
rspec-support (= 3.10.3)
rubocop (~> 0.79.0)
rubocop (~> 1.63.0)
scrub_rb
vcr (~> 6.0)
webmock
Expand Down

0 comments on commit db649a4

Please sign in to comment.