File tree 4 files changed +30
-30
lines changed
4 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- boost-styles (0.1.2 )
4
+ boost-styles (1.0.0 )
5
5
haml_lint (~> 0.33 )
6
- rubocop (~> 0.85. 1 )
6
+ rubocop (~> 1 )
7
7
rubocop-performance (~> 1 )
8
8
rubocop-rails (~> 2 )
9
9
rubocop-rspec (~> 1 )
66
66
minitest (~> 5.1 )
67
67
tzinfo (~> 1.1 )
68
68
zeitwerk (~> 2.2 , >= 2.2.2 )
69
- ast (2.4.1 )
69
+ ast (2.4.2 )
70
70
builder (3.2.4 )
71
71
concurrent-ruby (1.1.6 )
72
72
crass (1.0.6 )
73
73
diff-lcs (1.3 )
74
74
erubi (1.9.0 )
75
75
globalid (0.4.2 )
76
76
activesupport (>= 4.2.0 )
77
- haml (5.1 .2 )
77
+ haml (5.2 .2 )
78
78
temple (>= 0.8.0 )
79
79
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 )
82
83
rainbow
83
84
rubocop (>= 0.50.0 )
84
85
sysexits (~> 1.1 )
99
100
nio4r (2.5.2 )
100
101
nokogiri (1.10.9 )
101
102
mini_portile2 (~> 2.4.0 )
102
- parallel (1.19.1 )
103
- parser (2.7.1.3 )
104
- ast (~> 2.4.0 )
103
+ parallel (1.21.0 )
104
+ parser (3.0.3.1 )
105
+ ast (~> 2.4.1 )
105
106
rack (2.2.2 )
106
107
rack-test (1.1.0 )
107
108
rack (>= 1.0 , < 3 )
133
134
thor (>= 0.20.3 , < 2.0 )
134
135
rainbow (3.0.0 )
135
136
rake (13.0.1 )
136
- regexp_parser (1.7.1 )
137
- rexml (3.2.4 )
137
+ regexp_parser (2.2.0 )
138
+ rexml (3.2.5 )
138
139
rspec (3.9.0 )
139
140
rspec-core (~> 3.9.0 )
140
141
rspec-expectations (~> 3.9.0 )
@@ -148,26 +149,27 @@ GEM
148
149
diff-lcs (>= 1.2.0 , < 2.0 )
149
150
rspec-support (~> 3.9.0 )
150
151
rspec-support (3.9.3 )
151
- rubocop (0.85.1 )
152
+ rubocop (1.23.0 )
152
153
parallel (~> 1.10 )
153
- parser (>= 2.7 .0.1 )
154
+ parser (>= 3.0 .0.0 )
154
155
rainbow (>= 2.2.2 , < 4.0 )
155
- regexp_parser (>= 1.7 )
156
+ regexp_parser (>= 1.8 , < 3.0 )
156
157
rexml
157
- rubocop-ast (>= 0.0.3 )
158
+ rubocop-ast (>= 1.12.0 , < 2.0 )
158
159
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 )
165
167
activesupport (>= 4.2.0 )
166
168
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 )
171
173
sprockets (4.0.2 )
172
174
concurrent-ruby (~> 1.0 )
173
175
rack (> 1 , < 3 )
182
184
tilt (2.0.10 )
183
185
tzinfo (1.2.7 )
184
186
thread_safe (~> 0.1 )
185
- unicode-display_width (1.7 .0 )
187
+ unicode-display_width (2.1 .0 )
186
188
websocket-driver (0.7.2 )
187
189
websocket-extensions (>= 0.1.0 )
188
190
websocket-extensions (0.1.5 )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
43
43
spec . add_development_dependency 'rspec' , '~> 3.0'
44
44
45
45
spec . add_dependency 'haml_lint' , '~> 0.33'
46
- spec . add_dependency 'rubocop' , '~> 0.85. 1'
46
+ spec . add_dependency 'rubocop' , '~> 1'
47
47
spec . add_dependency 'rubocop-performance' , '~> 1'
48
48
spec . add_dependency 'rubocop-rails' , '~> 2'
49
49
spec . add_dependency 'rubocop-rspec' , '~> 1'
Original file line number Diff line number Diff line change 2
2
3
3
module Boost
4
4
module Styles
5
- VERSION = '0.1.2 '
5
+ VERSION = '1.0.0 '
6
6
end
7
7
end
Original file line number Diff line number Diff line change 1
- Rails :
2
- Enabled : true
You can’t perform that action at this time.
0 commit comments