Skip to content

Commit 5340c1d

Browse files
committed
chore: Update rubocop to ~> 1
1 parent a018854 commit 5340c1d

File tree

5 files changed

+120
-120
lines changed

5 files changed

+120
-120
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.5
1+
3.0.3

Gemfile.lock

+117-115
Original file line numberDiff line numberDiff line change
@@ -1,192 +1,194 @@
11
PATH
22
remote: .
33
specs:
4-
boost-styles (0.1.2)
4+
boost-styles (1.0.0)
55
haml_lint (~> 0.33)
6-
rubocop (~> 0.85.1)
6+
rubocop (~> 1)
77
rubocop-performance (~> 1)
88
rubocop-rails (~> 2)
99
rubocop-rspec (~> 1)
1010

1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (6.0.3.1)
15-
actionpack (= 6.0.3.1)
14+
actioncable (6.0.4.1)
15+
actionpack (= 6.0.4.1)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.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)
18+
actionmailbox (6.0.4.1)
19+
actionpack (= 6.0.4.1)
20+
activejob (= 6.0.4.1)
21+
activerecord (= 6.0.4.1)
22+
activestorage (= 6.0.4.1)
23+
activesupport (= 6.0.4.1)
2424
mail (>= 2.7.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)
25+
actionmailer (6.0.4.1)
26+
actionpack (= 6.0.4.1)
27+
actionview (= 6.0.4.1)
28+
activejob (= 6.0.4.1)
2929
mail (~> 2.5, >= 2.5.4)
3030
rails-dom-testing (~> 2.0)
31-
actionpack (6.0.3.1)
32-
actionview (= 6.0.3.1)
33-
activesupport (= 6.0.3.1)
31+
actionpack (6.0.4.1)
32+
actionview (= 6.0.4.1)
33+
activesupport (= 6.0.4.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.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)
38+
actiontext (6.0.4.1)
39+
actionpack (= 6.0.4.1)
40+
activerecord (= 6.0.4.1)
41+
activestorage (= 6.0.4.1)
42+
activesupport (= 6.0.4.1)
4343
nokogiri (>= 1.8.5)
44-
actionview (6.0.3.1)
45-
activesupport (= 6.0.3.1)
44+
actionview (6.0.4.1)
45+
activesupport (= 6.0.4.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.3.1)
51-
activesupport (= 6.0.3.1)
50+
activejob (6.0.4.1)
51+
activesupport (= 6.0.4.1)
5252
globalid (>= 0.3.6)
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)
62-
marcel (~> 0.3.1)
63-
activesupport (6.0.3.1)
53+
activemodel (6.0.4.1)
54+
activesupport (= 6.0.4.1)
55+
activerecord (6.0.4.1)
56+
activemodel (= 6.0.4.1)
57+
activesupport (= 6.0.4.1)
58+
activestorage (6.0.4.1)
59+
actionpack (= 6.0.4.1)
60+
activejob (= 6.0.4.1)
61+
activerecord (= 6.0.4.1)
62+
marcel (~> 1.0.0)
63+
activesupport (6.0.4.1)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 0.7, < 2)
6666
minitest (~> 5.1)
6767
tzinfo (~> 1.1)
6868
zeitwerk (~> 2.2, >= 2.2.2)
69-
ast (2.4.1)
69+
ast (2.4.2)
7070
builder (3.2.4)
71-
concurrent-ruby (1.1.6)
71+
concurrent-ruby (1.1.9)
7272
crass (1.0.6)
73-
diff-lcs (1.3)
74-
erubi (1.9.0)
75-
globalid (0.4.2)
76-
activesupport (>= 4.2.0)
77-
haml (5.1.2)
73+
diff-lcs (1.4.4)
74+
erubi (1.10.0)
75+
globalid (1.0.0)
76+
activesupport (>= 5.0)
77+
haml (5.2.2)
7878
temple (>= 0.8.0)
7979
tilt
80-
haml_lint (0.35.0)
81-
haml (>= 4.0, < 5.2)
80+
haml_lint (0.37.1)
81+
haml (>= 4.0, < 5.3)
82+
parallel (~> 1.10)
8283
rainbow
8384
rubocop (>= 0.50.0)
8485
sysexits (~> 1.1)
85-
i18n (1.8.3)
86+
i18n (1.8.11)
8687
concurrent-ruby (~> 1.0)
87-
loofah (2.5.0)
88+
loofah (2.12.0)
8889
crass (~> 1.0.2)
8990
nokogiri (>= 1.5.9)
9091
mail (2.7.1)
9192
mini_mime (>= 0.1.1)
92-
marcel (0.3.3)
93-
mimemagic (~> 0.3.2)
93+
marcel (1.0.2)
9494
method_source (1.0.0)
95-
mimemagic (0.3.5)
96-
mini_mime (1.0.2)
97-
mini_portile2 (2.4.0)
98-
minitest (5.14.1)
99-
nio4r (2.5.2)
100-
nokogiri (1.10.9)
101-
mini_portile2 (~> 2.4.0)
102-
parallel (1.19.1)
103-
parser (2.7.1.3)
104-
ast (~> 2.4.0)
105-
rack (2.2.2)
95+
mini_mime (1.1.2)
96+
mini_portile2 (2.6.1)
97+
minitest (5.14.4)
98+
nio4r (2.5.8)
99+
nokogiri (1.12.5)
100+
mini_portile2 (~> 2.6.1)
101+
racc (~> 1.4)
102+
parallel (1.21.0)
103+
parser (3.0.3.1)
104+
ast (~> 2.4.1)
105+
racc (1.6.0)
106+
rack (2.2.3)
106107
rack-test (1.1.0)
107108
rack (>= 1.0, < 3)
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)
109+
rails (6.0.4.1)
110+
actioncable (= 6.0.4.1)
111+
actionmailbox (= 6.0.4.1)
112+
actionmailer (= 6.0.4.1)
113+
actionpack (= 6.0.4.1)
114+
actiontext (= 6.0.4.1)
115+
actionview (= 6.0.4.1)
116+
activejob (= 6.0.4.1)
117+
activemodel (= 6.0.4.1)
118+
activerecord (= 6.0.4.1)
119+
activestorage (= 6.0.4.1)
120+
activesupport (= 6.0.4.1)
120121
bundler (>= 1.3.0)
121-
railties (= 6.0.3.1)
122+
railties (= 6.0.4.1)
122123
sprockets-rails (>= 2.0.0)
123124
rails-dom-testing (2.0.3)
124125
activesupport (>= 4.2.0)
125126
nokogiri (>= 1.6)
126-
rails-html-sanitizer (1.3.0)
127+
rails-html-sanitizer (1.4.2)
127128
loofah (~> 2.3)
128-
railties (6.0.3.1)
129-
actionpack (= 6.0.3.1)
130-
activesupport (= 6.0.3.1)
129+
railties (6.0.4.1)
130+
actionpack (= 6.0.4.1)
131+
activesupport (= 6.0.4.1)
131132
method_source
132133
rake (>= 0.8.7)
133134
thor (>= 0.20.3, < 2.0)
134135
rainbow (3.0.0)
135-
rake (13.0.1)
136-
regexp_parser (1.7.1)
137-
rexml (3.2.4)
138-
rspec (3.9.0)
139-
rspec-core (~> 3.9.0)
140-
rspec-expectations (~> 3.9.0)
141-
rspec-mocks (~> 3.9.0)
142-
rspec-core (3.9.2)
143-
rspec-support (~> 3.9.3)
144-
rspec-expectations (3.9.2)
136+
rake (13.0.6)
137+
regexp_parser (2.2.0)
138+
rexml (3.2.5)
139+
rspec (3.10.0)
140+
rspec-core (~> 3.10.0)
141+
rspec-expectations (~> 3.10.0)
142+
rspec-mocks (~> 3.10.0)
143+
rspec-core (3.10.1)
144+
rspec-support (~> 3.10.0)
145+
rspec-expectations (3.10.1)
145146
diff-lcs (>= 1.2.0, < 2.0)
146-
rspec-support (~> 3.9.0)
147-
rspec-mocks (3.9.1)
147+
rspec-support (~> 3.10.0)
148+
rspec-mocks (3.10.2)
148149
diff-lcs (>= 1.2.0, < 2.0)
149-
rspec-support (~> 3.9.0)
150-
rspec-support (3.9.3)
151-
rubocop (0.85.1)
150+
rspec-support (~> 3.10.0)
151+
rspec-support (3.10.3)
152+
rubocop (1.23.0)
152153
parallel (~> 1.10)
153-
parser (>= 2.7.0.1)
154+
parser (>= 3.0.0.0)
154155
rainbow (>= 2.2.2, < 4.0)
155-
regexp_parser (>= 1.7)
156+
regexp_parser (>= 1.8, < 3.0)
156157
rexml
157-
rubocop-ast (>= 0.0.3)
158+
rubocop-ast (>= 1.12.0, < 2.0)
158159
ruby-progressbar (~> 1.7)
159-
unicode-display_width (>= 1.4.0, < 2.0)
160-
rubocop-ast (0.0.3)
161-
parser (>= 2.7.0.1)
162-
rubocop-performance (1.6.1)
163-
rubocop (>= 0.71.0)
164-
rubocop-rails (2.6.0)
160+
unicode-display_width (>= 1.4.0, < 3.0)
161+
rubocop-ast (1.14.0)
162+
parser (>= 3.0.1.1)
163+
rubocop-performance (1.12.0)
164+
rubocop (>= 1.7.0, < 2.0)
165+
rubocop-ast (>= 0.4.0)
166+
rubocop-rails (2.12.4)
165167
activesupport (>= 4.2.0)
166168
rack (>= 1.1)
167-
rubocop (>= 0.82.0)
168-
rubocop-rspec (1.40.0)
169-
rubocop (>= 0.68.1)
170-
ruby-progressbar (1.10.1)
169+
rubocop (>= 1.7.0, < 2.0)
170+
rubocop-rspec (1.42.0)
171+
rubocop (>= 0.87.0)
172+
ruby-progressbar (1.11.0)
171173
sprockets (4.0.2)
172174
concurrent-ruby (~> 1.0)
173175
rack (> 1, < 3)
174-
sprockets-rails (3.2.1)
175-
actionpack (>= 4.0)
176-
activesupport (>= 4.0)
176+
sprockets-rails (3.4.1)
177+
actionpack (>= 5.2)
178+
activesupport (>= 5.2)
177179
sprockets (>= 3.0.0)
178180
sysexits (1.2.0)
179181
temple (0.8.2)
180-
thor (1.0.1)
182+
thor (1.1.0)
181183
thread_safe (0.3.6)
182184
tilt (2.0.10)
183-
tzinfo (1.2.7)
185+
tzinfo (1.2.9)
184186
thread_safe (~> 0.1)
185-
unicode-display_width (1.7.0)
186-
websocket-driver (0.7.2)
187+
unicode-display_width (2.1.0)
188+
websocket-driver (0.7.5)
187189
websocket-extensions (>= 0.1.0)
188190
websocket-extensions (0.1.5)
189-
zeitwerk (2.3.0)
191+
zeitwerk (2.5.1)
190192

191193
PLATFORMS
192194
ruby
@@ -199,4 +201,4 @@ DEPENDENCIES
199201
rspec (~> 3.0)
200202

201203
BUNDLED WITH
202-
2.1.4
204+
2.2.32

boost-styles.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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.85.1'
46+
spec.add_dependency 'rubocop', '~> 1'
4747
spec.add_dependency 'rubocop-performance', '~> 1'
4848
spec.add_dependency 'rubocop-rails', '~> 2'
4949
spec.add_dependency 'rubocop-rspec', '~> 1'

lib/boost/styles/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Boost
44
module Styles
5-
VERSION = '0.1.2'
5+
VERSION = '1.0.0'
66
end
77
end

rubocop_rails.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
Rails:
2-
Enabled: true

0 commit comments

Comments
 (0)