Skip to content

Commit 7b79f44

Browse files
committed
Switch to old version of Rubocop
1 parent 10817bb commit 7b79f44

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.rubocop.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
AllCops:
2-
Rails:
3-
Enabled: true
42
Include:
53
- '**/config.ru'
64
Exclude:

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group :development do
4848
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4949
gem 'spring'
5050

51-
gem 'rubocop', require: false
51+
gem 'rubocop', '~> 0.34.2', require: false
5252
gem 'brakeman', require: false
5353
end
5454

Gemfile.lock

+7-8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ GEM
4242
sshkit (>= 1.6.1, != 1.7.0)
4343
arel (7.1.4)
4444
ast (2.3.0)
45+
astrolabe (1.3.1)
46+
parser (~> 2.2)
4547
binding_of_caller (0.7.2)
4648
debug_inspector (>= 0.0.1)
4749
brakeman (3.6.2)
@@ -101,7 +103,6 @@ GEM
101103
nio4r (2.1.0)
102104
nokogiri (1.8.0)
103105
mini_portile2 (~> 2.2.0)
104-
parallel (1.11.2)
105106
parser (2.4.0.0)
106107
ast (~> 2.2)
107108
pg (0.21.0)
@@ -141,13 +142,12 @@ GEM
141142
raindrops (0.18.0)
142143
rake (12.0.0)
143144
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)
147148
powerpack (~> 0.1)
148149
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)
151151
ruby-progressbar (1.8.1)
152152
sass (3.4.24)
153153
sass-rails (5.0.6)
@@ -182,7 +182,6 @@ GEM
182182
thread_safe (~> 0.1)
183183
uglifier (3.2.0)
184184
execjs (>= 0.3.0, < 3)
185-
unicode-display_width (1.3.0)
186185
unicorn (5.3.0)
187186
kgio (~> 2.6)
188187
raindrops (~> 0.7)
@@ -213,7 +212,7 @@ DEPENDENCIES
213212
pg
214213
rails (= 5.0.2)
215214
rails-controller-testing
216-
rubocop
215+
rubocop (~> 0.34.2)
217216
sass-rails (~> 5.0)
218217
sdoc (~> 0.4.0)
219218
spring

0 commit comments

Comments
 (0)