File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
AllCops :
2
- Rails :
3
- Enabled : true
4
2
Include :
5
3
- ' **/config.ru'
6
4
Exclude :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ group :development do
48
48
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
49
49
gem 'spring'
50
50
51
- gem 'rubocop' , require : false
51
+ gem 'rubocop' , '~> 0.34.2' , require : false
52
52
gem 'brakeman' , require : false
53
53
end
54
54
Original file line number Diff line number Diff line change 42
42
sshkit (>= 1.6.1 , != 1.7.0 )
43
43
arel (7.1.4 )
44
44
ast (2.3.0 )
45
+ astrolabe (1.3.1 )
46
+ parser (~> 2.2 )
45
47
binding_of_caller (0.7.2 )
46
48
debug_inspector (>= 0.0.1 )
47
49
brakeman (3.6.2 )
101
103
nio4r (2.1.0 )
102
104
nokogiri (1.8.0 )
103
105
mini_portile2 (~> 2.2.0 )
104
- parallel (1.11.2 )
105
106
parser (2.4.0.0 )
106
107
ast (~> 2.2 )
107
108
pg (0.21.0 )
@@ -141,13 +142,12 @@ GEM
141
142
raindrops (0.18.0 )
142
143
rake (12.0.0 )
143
144
rdoc (4.3.0 )
144
- rubocop (0.49.1 )
145
- parallel (~> 1.10 )
146
- parser (>= 2.3.3.1 , < 3.0 )
145
+ rubocop (0.34.2 )
146
+ astrolabe (~> 1.3 )
147
+ parser (>= 2.2.2.5 , < 3.0 )
147
148
powerpack (~> 0.1 )
148
149
rainbow (>= 1.99.1 , < 3.0 )
149
- ruby-progressbar (~> 1.7 )
150
- unicode-display_width (~> 1.0 , >= 1.0.1 )
150
+ ruby-progressbar (~> 1.4 )
151
151
ruby-progressbar (1.8.1 )
152
152
sass (3.4.24 )
153
153
sass-rails (5.0.6 )
182
182
thread_safe (~> 0.1 )
183
183
uglifier (3.2.0 )
184
184
execjs (>= 0.3.0 , < 3 )
185
- unicode-display_width (1.3.0 )
186
185
unicorn (5.3.0 )
187
186
kgio (~> 2.6 )
188
187
raindrops (~> 0.7 )
@@ -213,7 +212,7 @@ DEPENDENCIES
213
212
pg
214
213
rails (= 5.0.2 )
215
214
rails-controller-testing
216
- rubocop
215
+ rubocop ( ~> 0.34.2 )
217
216
sass-rails (~> 5.0 )
218
217
sdoc (~> 0.4.0 )
219
218
spring
You can’t perform that action at this time.
0 commit comments