Skip to content

Commit b9b9014

Browse files
authored
Update rubocop to version 0.93.1
1 parent 234f133 commit b9b9014

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
argon2 (2.0.2)
4949
ffi (~> 1.9)
5050
ffi-compiler (>= 0.1)
51-
ast (2.4.0)
51+
ast (2.4.1)
5252
bcrypt (3.1.15)
5353
bindex (0.5.0)
5454
builder (3.2.4)
@@ -99,7 +99,6 @@ GEM
9999
activesupport (>= 4.2.0)
100100
i18n (1.8.5)
101101
concurrent-ruby (~> 1.0)
102-
jaro_winkler (1.5.4)
103102
jbuilder (2.10.0)
104103
activesupport (>= 5.0.0)
105104
jquery-rails (4.4.0)
@@ -127,14 +126,14 @@ GEM
127126
nio4r (2.5.3)
128127
nokogiri (1.10.10)
129128
mini_portile2 (~> 2.4.0)
130-
parallel (1.19.1)
131-
parser (2.7.0.5)
132-
ast (~> 2.4.0)
129+
parallel (1.19.2)
130+
parser (2.7.2.0)
131+
ast (~> 2.4.1)
133132
pg (0.21.0)
134133
pry (0.13.1)
135134
coderay (~> 1.1)
136135
method_source (~> 1.0)
137-
public_suffix (4.0.5)
136+
public_suffix (4.0.6)
138137
puma (3.12.6)
139138
rack (2.2.3)
140139
rack-test (1.1.0)
@@ -169,16 +168,19 @@ GEM
169168
rb-inotify (0.10.0)
170169
ffi (~> 1.0)
171170
rb-readline (0.5.5)
172-
regexp_parser (1.7.1)
171+
regexp_parser (1.8.2)
173172
rexml (3.2.4)
174-
rubocop (0.81.0)
175-
jaro_winkler (~> 1.5.1)
173+
rubocop (0.93.1)
176174
parallel (~> 1.10)
177-
parser (>= 2.7.0.1)
175+
parser (>= 2.7.1.5)
178176
rainbow (>= 2.2.2, < 4.0)
177+
regexp_parser (>= 1.8)
179178
rexml
179+
rubocop-ast (>= 0.6.0)
180180
ruby-progressbar (~> 1.7)
181181
unicode-display_width (>= 1.4.0, < 2.0)
182+
rubocop-ast (0.8.0)
183+
parser (>= 2.7.1.5)
182184
ruby-progressbar (1.10.1)
183185
sass (3.7.4)
184186
sass-listen (~> 4.0.0)

0 commit comments

Comments
 (0)