Skip to content

Commit 2d34c81

Browse files
committed
Update rubocop gems
1 parent 8036deb commit 2d34c81

File tree

2 files changed

+89
-84
lines changed

2 files changed

+89
-84
lines changed

Gemfile.lock

Lines changed: 85 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3,72 +3,72 @@ PATH
33
specs:
44
boost-styles (0.1.1)
55
haml_lint (~> 0.33)
6-
rubocop (~> 0.83.0)
7-
rubocop-performance (~> 1.5.2)
8-
rubocop-rails (~> 2.5.2)
9-
rubocop-rspec (~> 1.39.0)
6+
rubocop (~> 0.8)
7+
rubocop-performance (~> 1)
8+
rubocop-rails (~> 2)
9+
rubocop-rspec (~> 1)
1010

1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (6.0.2.1)
15-
actionpack (= 6.0.2.1)
14+
actioncable (6.0.3.1)
15+
actionpack (= 6.0.3.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.0.2.1)
19-
actionpack (= 6.0.2.1)
20-
activejob (= 6.0.2.1)
21-
activerecord (= 6.0.2.1)
22-
activestorage (= 6.0.2.1)
23-
activesupport (= 6.0.2.1)
18+
actionmailbox (6.0.3.1)
19+
actionpack (= 6.0.3.1)
20+
activejob (= 6.0.3.1)
21+
activerecord (= 6.0.3.1)
22+
activestorage (= 6.0.3.1)
23+
activesupport (= 6.0.3.1)
2424
mail (>= 2.7.1)
25-
actionmailer (6.0.2.1)
26-
actionpack (= 6.0.2.1)
27-
actionview (= 6.0.2.1)
28-
activejob (= 6.0.2.1)
25+
actionmailer (6.0.3.1)
26+
actionpack (= 6.0.3.1)
27+
actionview (= 6.0.3.1)
28+
activejob (= 6.0.3.1)
2929
mail (~> 2.5, >= 2.5.4)
3030
rails-dom-testing (~> 2.0)
31-
actionpack (6.0.2.1)
32-
actionview (= 6.0.2.1)
33-
activesupport (= 6.0.2.1)
31+
actionpack (6.0.3.1)
32+
actionview (= 6.0.3.1)
33+
activesupport (= 6.0.3.1)
3434
rack (~> 2.0, >= 2.0.8)
3535
rack-test (>= 0.6.3)
3636
rails-dom-testing (~> 2.0)
3737
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.0.2.1)
39-
actionpack (= 6.0.2.1)
40-
activerecord (= 6.0.2.1)
41-
activestorage (= 6.0.2.1)
42-
activesupport (= 6.0.2.1)
38+
actiontext (6.0.3.1)
39+
actionpack (= 6.0.3.1)
40+
activerecord (= 6.0.3.1)
41+
activestorage (= 6.0.3.1)
42+
activesupport (= 6.0.3.1)
4343
nokogiri (>= 1.8.5)
44-
actionview (6.0.2.1)
45-
activesupport (= 6.0.2.1)
44+
actionview (6.0.3.1)
45+
activesupport (= 6.0.3.1)
4646
builder (~> 3.1)
4747
erubi (~> 1.4)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.0.2.1)
51-
activesupport (= 6.0.2.1)
50+
activejob (6.0.3.1)
51+
activesupport (= 6.0.3.1)
5252
globalid (>= 0.3.6)
53-
activemodel (6.0.2.1)
54-
activesupport (= 6.0.2.1)
55-
activerecord (6.0.2.1)
56-
activemodel (= 6.0.2.1)
57-
activesupport (= 6.0.2.1)
58-
activestorage (6.0.2.1)
59-
actionpack (= 6.0.2.1)
60-
activejob (= 6.0.2.1)
61-
activerecord (= 6.0.2.1)
53+
activemodel (6.0.3.1)
54+
activesupport (= 6.0.3.1)
55+
activerecord (6.0.3.1)
56+
activemodel (= 6.0.3.1)
57+
activesupport (= 6.0.3.1)
58+
activestorage (6.0.3.1)
59+
actionpack (= 6.0.3.1)
60+
activejob (= 6.0.3.1)
61+
activerecord (= 6.0.3.1)
6262
marcel (~> 0.3.1)
63-
activesupport (6.0.2.1)
63+
activesupport (6.0.3.1)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 0.7, < 2)
6666
minitest (~> 5.1)
6767
tzinfo (~> 1.1)
68-
zeitwerk (~> 2.2)
69-
ast (2.4.0)
68+
zeitwerk (~> 2.2, >= 2.2.2)
69+
ast (2.4.1)
7070
builder (3.2.4)
71-
concurrent-ruby (1.1.5)
71+
concurrent-ruby (1.1.6)
7272
crass (1.0.6)
7373
diff-lcs (1.3)
7474
erubi (1.9.0)
@@ -82,88 +82,93 @@ GEM
8282
rainbow
8383
rubocop (>= 0.50.0)
8484
sysexits (~> 1.1)
85-
i18n (1.8.2)
85+
i18n (1.8.3)
8686
concurrent-ruby (~> 1.0)
87-
loofah (2.4.0)
87+
loofah (2.5.0)
8888
crass (~> 1.0.2)
8989
nokogiri (>= 1.5.9)
9090
mail (2.7.1)
9191
mini_mime (>= 0.1.1)
9292
marcel (0.3.3)
9393
mimemagic (~> 0.3.2)
94-
method_source (0.9.2)
95-
mimemagic (0.3.3)
94+
method_source (1.0.0)
95+
mimemagic (0.3.5)
9696
mini_mime (1.0.2)
9797
mini_portile2 (2.4.0)
98-
minitest (5.14.0)
98+
minitest (5.14.1)
9999
nio4r (2.5.2)
100-
nokogiri (1.10.7)
100+
nokogiri (1.10.9)
101101
mini_portile2 (~> 2.4.0)
102102
parallel (1.19.1)
103-
parser (2.7.1.2)
103+
parser (2.7.1.3)
104104
ast (~> 2.4.0)
105-
rack (2.1.1)
105+
rack (2.2.2)
106106
rack-test (1.1.0)
107107
rack (>= 1.0, < 3)
108-
rails (6.0.2.1)
109-
actioncable (= 6.0.2.1)
110-
actionmailbox (= 6.0.2.1)
111-
actionmailer (= 6.0.2.1)
112-
actionpack (= 6.0.2.1)
113-
actiontext (= 6.0.2.1)
114-
actionview (= 6.0.2.1)
115-
activejob (= 6.0.2.1)
116-
activemodel (= 6.0.2.1)
117-
activerecord (= 6.0.2.1)
118-
activestorage (= 6.0.2.1)
119-
activesupport (= 6.0.2.1)
108+
rails (6.0.3.1)
109+
actioncable (= 6.0.3.1)
110+
actionmailbox (= 6.0.3.1)
111+
actionmailer (= 6.0.3.1)
112+
actionpack (= 6.0.3.1)
113+
actiontext (= 6.0.3.1)
114+
actionview (= 6.0.3.1)
115+
activejob (= 6.0.3.1)
116+
activemodel (= 6.0.3.1)
117+
activerecord (= 6.0.3.1)
118+
activestorage (= 6.0.3.1)
119+
activesupport (= 6.0.3.1)
120120
bundler (>= 1.3.0)
121-
railties (= 6.0.2.1)
121+
railties (= 6.0.3.1)
122122
sprockets-rails (>= 2.0.0)
123123
rails-dom-testing (2.0.3)
124124
activesupport (>= 4.2.0)
125125
nokogiri (>= 1.6)
126126
rails-html-sanitizer (1.3.0)
127127
loofah (~> 2.3)
128-
railties (6.0.2.1)
129-
actionpack (= 6.0.2.1)
130-
activesupport (= 6.0.2.1)
128+
railties (6.0.3.1)
129+
actionpack (= 6.0.3.1)
130+
activesupport (= 6.0.3.1)
131131
method_source
132132
rake (>= 0.8.7)
133133
thor (>= 0.20.3, < 2.0)
134134
rainbow (3.0.0)
135135
rake (10.5.0)
136+
regexp_parser (1.7.1)
136137
rexml (3.2.4)
137138
rspec (3.9.0)
138139
rspec-core (~> 3.9.0)
139140
rspec-expectations (~> 3.9.0)
140141
rspec-mocks (~> 3.9.0)
141-
rspec-core (3.9.1)
142-
rspec-support (~> 3.9.1)
143-
rspec-expectations (3.9.0)
142+
rspec-core (3.9.2)
143+
rspec-support (~> 3.9.3)
144+
rspec-expectations (3.9.2)
144145
diff-lcs (>= 1.2.0, < 2.0)
145146
rspec-support (~> 3.9.0)
146147
rspec-mocks (3.9.1)
147148
diff-lcs (>= 1.2.0, < 2.0)
148149
rspec-support (~> 3.9.0)
149-
rspec-support (3.9.2)
150-
rubocop (0.83.0)
150+
rspec-support (3.9.3)
151+
rubocop (0.85.1)
151152
parallel (~> 1.10)
152153
parser (>= 2.7.0.1)
153154
rainbow (>= 2.2.2, < 4.0)
155+
regexp_parser (>= 1.7)
154156
rexml
157+
rubocop-ast (>= 0.0.3)
155158
ruby-progressbar (~> 1.7)
156159
unicode-display_width (>= 1.4.0, < 2.0)
157-
rubocop-performance (1.5.2)
160+
rubocop-ast (0.0.3)
161+
parser (>= 2.7.0.1)
162+
rubocop-performance (1.6.1)
158163
rubocop (>= 0.71.0)
159-
rubocop-rails (2.5.2)
160-
activesupport
164+
rubocop-rails (2.6.0)
165+
activesupport (>= 4.2.0)
161166
rack (>= 1.1)
162-
rubocop (>= 0.72.0)
163-
rubocop-rspec (1.39.0)
167+
rubocop (>= 0.82.0)
168+
rubocop-rspec (1.40.0)
164169
rubocop (>= 0.68.1)
165170
ruby-progressbar (1.10.1)
166-
sprockets (4.0.0)
171+
sprockets (4.0.2)
167172
concurrent-ruby (~> 1.0)
168173
rack (> 1, < 3)
169174
sprockets-rails (3.2.1)
@@ -175,13 +180,13 @@ GEM
175180
thor (1.0.1)
176181
thread_safe (0.3.6)
177182
tilt (2.0.10)
178-
tzinfo (1.2.6)
183+
tzinfo (1.2.7)
179184
thread_safe (~> 0.1)
180185
unicode-display_width (1.7.0)
181-
websocket-driver (0.7.1)
186+
websocket-driver (0.7.2)
182187
websocket-extensions (>= 0.1.0)
183-
websocket-extensions (0.1.4)
184-
zeitwerk (2.2.2)
188+
websocket-extensions (0.1.5)
189+
zeitwerk (2.3.0)
185190

186191
PLATFORMS
187192
ruby

boost-styles.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Gem::Specification.new do |spec|
4343
spec.add_development_dependency 'rspec', '~> 3.0'
4444

4545
spec.add_dependency 'haml_lint', '~> 0.33'
46-
spec.add_dependency 'rubocop', '~> 0.83.0'
47-
spec.add_dependency 'rubocop-performance', '~> 1.5.2'
48-
spec.add_dependency 'rubocop-rails', '~> 2.5.2'
49-
spec.add_dependency 'rubocop-rspec', '~> 1.39.0'
46+
spec.add_dependency 'rubocop', '~> 0.8'
47+
spec.add_dependency 'rubocop-performance', '~> 1'
48+
spec.add_dependency 'rubocop-rails', '~> 2'
49+
spec.add_dependency 'rubocop-rspec', '~> 1'
5050
end

0 commit comments

Comments
 (0)