Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Bump rubocop from 0.72.0 to 0.93.0 #168

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
ast (2.4.1)
aws-eventstream (1.0.3)
aws-partitions (1.182.0)
aws-sdk-core (3.57.0)
Expand Down Expand Up @@ -175,7 +175,6 @@ GEM
concurrent-ruby (~> 1.0)
iniparse (1.4.4)
ipaddress (0.8.3)
jaro_winkler (1.5.3)
jmespath (1.4.0)
json (2.1.0)
kitchen-docker (2.9.0)
Expand Down Expand Up @@ -255,9 +254,9 @@ GEM
plist (~> 3.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
plist (3.4.0)
polyglot (0.3.5)
proxifier (1.0.3)
Expand All @@ -271,8 +270,10 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
regexp_parser (1.8.1)
retriable (2.1.0)
retryable (2.0.4)
rexml (3.2.4)
ridley (5.1.1)
addressable
buff-config (~> 2.0)
Expand Down Expand Up @@ -310,13 +311,17 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.72.0)
jaro_winkler (~> 1.5.1)
rubocop (0.93.0)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.7.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
ruby_gntp (0.3.4)
Expand Down Expand Up @@ -366,7 +371,7 @@ GEM
polyglot (~> 0.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
unicode-display_width (1.7.0)
uuidtools (2.1.5)
varia_model (0.6.0)
buff-extensions (~> 2.0)
Expand Down