Skip to content

Commit 2cf8bcc

Browse files
committedJul 16, 2014
Reverted Rubocop (for now)
1 parent e5d36d1 commit 2cf8bcc

File tree

412 files changed

+3516
-3337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+3516
-3337
lines changed
 

‎Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,8 @@ group :development do
140140
gem 'better_errors'
141141
gem 'flog'
142142
gem 'fukuzatsu'
143-
gem 'git_stats', require: false
144143
gem 'guard-rspec'
145144
gem 'rails-erd'
146-
gem 'rubocop'
147145
gem 'spring'
148146
gem 'spring-commands-rspec'
149147
gem 'travis'

‎Gemfile.lock

-22
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,6 @@ GEM
267267
multi_json (~> 1.0)
268268
net-http-persistent (>= 2.7)
269269
net-http-pipeline
270-
git_stats (1.0.8)
271-
actionpack
272-
activesupport
273-
haml
274-
i18n
275-
lazy_high_charts
276-
thor
277-
tilt
278270
github-markdown (0.6.5)
279271
grackle (0.3.0)
280272
json
@@ -300,7 +292,6 @@ GEM
300292
sprockets
301293
tilt
302294
handlebars-source (1.3.0)
303-
hash-deep-merge (0.1.1)
304295
hashie (1.2.0)
305296
hashr (0.0.22)
306297
heroku_rails_deflate (1.0.3)
@@ -339,9 +330,6 @@ GEM
339330
kramdown (1.4.0)
340331
launchy (2.4.2)
341332
addressable (~> 2.3)
342-
lazy_high_charts (1.5.4)
343-
bundler (>= 1.0)
344-
hash-deep-merge
345333
linkedin (0.4.6)
346334
hashie (>= 1.2, < 2.1)
347335
multi_json (~> 1.0)
@@ -453,7 +441,6 @@ GEM
453441
polyglot (0.3.5)
454442
poro_plus (1.0.2)
455443
posix-spawn (0.3.8)
456-
powerpack (0.0.9)
457444
pry (0.9.12.6)
458445
coderay (~> 1.0)
459446
method_source (~> 0.8)
@@ -529,7 +516,6 @@ GEM
529516
rake (>= 0.8.7)
530517
rdoc (~> 3.4)
531518
thor (>= 0.14.6, < 2.0)
532-
rainbow (2.0.0)
533519
rake (10.3.2)
534520
rakismet (1.5.0)
535521
rb-fsevent (0.9.4)
@@ -585,12 +571,6 @@ GEM
585571
rspec-mocks (~> 3.0.0)
586572
rspec-support (~> 3.0.0)
587573
rspec-support (3.0.2)
588-
rubocop (0.23.0)
589-
json (>= 1.7.7, < 2)
590-
parser (~> 2.1.9)
591-
powerpack (~> 0.0.6)
592-
rainbow (>= 1.99.1, < 3.0)
593-
ruby-progressbar (~> 1.4)
594574
ruby-graphviz (1.0.9)
595575
ruby-progressbar (1.5.1)
596576
ruby_parser (3.6.1)
@@ -738,7 +718,6 @@ DEPENDENCIES
738718
fukuzatsu
739719
fuubar (= 2.0.0.rc1)
740720
geocoder
741-
git_stats
742721
github-markdown
743722
grackle
744723
guard-rspec
@@ -800,7 +779,6 @@ DEPENDENCIES
800779
rest-client
801780
rocket_tag
802781
rspec-rails
803-
rubocop
804782
ruby-progressbar
805783
sanitize
806784
sass (~> 3.2.9)

0 commit comments

Comments
 (0)