Skip to content

Commit 225c6da

Browse files
committed
Remove rubocop because it causes backtrace
MSP-11046 See https://gist.github.com/limhoff-r7/7c398b5f4c44ed40cf1f
1 parent 427cc5f commit 225c6da

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ group :db do
1515
end
1616

1717
group :development do
18-
# Style/sanity checking Ruby code
19-
gem 'rubocop'
2018
# Markdown formatting for yard
2119
gem 'redcarpet'
2220
# generating documentation

Gemfile.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ GEM
4545
arel (3.0.3)
4646
arel-helpers (2.0.1)
4747
activerecord (>= 3.1.0, < 5)
48-
ast (2.0.0)
4948
bcrypt (3.1.7)
5049
builder (3.0.4)
5150
coderay (1.1.0)
@@ -88,12 +87,8 @@ GEM
8887
nokogiri (1.6.3.1)
8988
mini_portile (= 0.6.0)
9089
packetfu (1.1.9)
91-
parser (2.1.9)
92-
ast (>= 1.1, < 3.0)
93-
slop (~> 3.4, >= 3.4.5)
9490
pcaprub (0.11.3)
9591
pg (0.17.1)
96-
powerpack (0.0.9)
9792
pry (0.10.0)
9893
coderay (~> 1.1.0)
9994
method_source (~> 0.8.1)
@@ -112,7 +107,6 @@ GEM
112107
rake (>= 0.8.7)
113108
rdoc (~> 3.4)
114109
thor (>= 0.14.6, < 2.0)
115-
rainbow (2.0.0)
116110
rake (10.3.2)
117111
rdoc (3.12.2)
118112
json (~> 1.4)
@@ -138,14 +132,6 @@ GEM
138132
rspec-core (~> 2.99.0)
139133
rspec-expectations (~> 2.99.0)
140134
rspec-mocks (~> 2.99.0)
141-
rubocop (0.23.0)
142-
json (>= 1.7.7, < 2)
143-
parser (~> 2.1.9)
144-
powerpack (~> 0.0.6)
145-
rainbow (>= 1.99.1, < 3.0)
146-
ruby-progressbar (~> 1.4)
147-
ruby-progressbar (1.5.1)
148-
activesupport (>= 3.0.0)
149135
rubyntlm (0.4.0)
150136
rubyzip (1.1.6)
151137
shoulda-matchers (2.6.2)
@@ -185,7 +171,6 @@ DEPENDENCIES
185171
redcarpet
186172
rspec (>= 2.12, < 3.0.0)
187173
rspec-rails (>= 2.12, < 3.0.0)
188-
rubocop
189174
shoulda-matchers
190175
simplecov (= 0.5.4)
191176
timecop

0 commit comments

Comments
 (0)