Skip to content

Commit 9eab1bd

Browse files
dependabot[bot]deivid-rodriguez
authored andcommitted
Bump rubocop from 0.64.0 to 0.66.0 (#112)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.64.0 to 0.66.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.64.0...v0.66.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 526c7aa commit 9eab1bd

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ GEM
8080
activesupport (>= 4.2.0)
8181
i18n (1.6.0)
8282
concurrent-ruby (~> 1.0)
83+
jar-dependencies (0.4.0)
8384
jaro_winkler (1.5.2)
8485
jaro_winkler (1.5.2-java)
8586
loofah (2.2.3)
@@ -103,17 +104,19 @@ GEM
103104
nokogiri (1.10.2-java)
104105
octokit (4.13.0)
105106
sawyer (~> 0.8.0, >= 0.5.3)
106-
parallel (1.13.0)
107+
parallel (1.14.0)
107108
parser (2.6.0.0)
108109
ast (~> 2.4.0)
109-
powerpack (0.1.2)
110110
pry (0.12.2)
111111
coderay (~> 1.1.0)
112112
method_source (~> 0.9.0)
113113
pry (0.12.2-java)
114114
coderay (~> 1.1.0)
115115
method_source (~> 0.9.0)
116116
spoon (~> 0.0)
117+
psych (3.1.0)
118+
psych (3.1.0-java)
119+
jar-dependencies (>= 0.1.7)
117120
public_suffix (3.0.3)
118121
rack (2.0.6)
119122
rack-test (1.1.0)
@@ -166,14 +169,14 @@ GEM
166169
rspec-mocks (~> 3.8.0)
167170
rspec-support (~> 3.8.0)
168171
rspec-support (3.8.0)
169-
rubocop (0.64.0)
172+
rubocop (0.66.0)
170173
jaro_winkler (~> 1.5.1)
171174
parallel (~> 1.10)
172175
parser (>= 2.5, != 2.5.1.1)
173-
powerpack (~> 0.1)
176+
psych (>= 3.1.0)
174177
rainbow (>= 2.2.2, < 4.0)
175178
ruby-progressbar (~> 1.7)
176-
unicode-display_width (~> 1.4.0)
179+
unicode-display_width (>= 1.4.0, < 1.6)
177180
ruby-progressbar (1.10.0)
178181
sawyer (0.8.1)
179182
addressable (>= 2.3.5, < 2.6)
@@ -192,7 +195,7 @@ GEM
192195
thread_safe (0.3.6-java)
193196
tzinfo (1.2.5)
194197
thread_safe (~> 0.1)
195-
unicode-display_width (1.4.1)
198+
unicode-display_width (1.5.0)
196199
websocket-driver (0.7.0)
197200
websocket-extensions (>= 0.1.0)
198201
websocket-driver (0.7.0-java)

0 commit comments

Comments
 (0)