Add rubocop to Gemfile
This commit is contained in:
parent
a2a9e739f9
commit
d3751be558
3 changed files with 18 additions and 0 deletions
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -35,6 +35,7 @@ GEM
|
|||
awesome_nested_set (>= 2.0)
|
||||
addressable (2.3.6)
|
||||
arel (5.0.1.20140414130214)
|
||||
ast (2.0.0)
|
||||
awesome_nested_set (2.1.6)
|
||||
activerecord (>= 3.0.0)
|
||||
axlsx (2.0.1)
|
||||
|
|
@ -174,8 +175,12 @@ GEM
|
|||
activesupport (>= 3.0.0)
|
||||
cocaine (~> 0.5.3)
|
||||
mime-types
|
||||
parser (2.1.9)
|
||||
ast (>= 1.1, < 3.0)
|
||||
slop (~> 3.4, >= 3.4.5)
|
||||
pdf-core (0.2.5)
|
||||
polyglot (0.3.4)
|
||||
powerpack (0.0.9)
|
||||
prawn (1.0.0)
|
||||
pdf-core (~> 0.2.2)
|
||||
ttfunk (~> 1.1.1)
|
||||
|
|
@ -210,6 +215,7 @@ GEM
|
|||
activesupport (= 4.1.0)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (2.0.0)
|
||||
rake (10.3.1)
|
||||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.4)
|
||||
|
|
@ -247,6 +253,13 @@ GEM
|
|||
rspec-mocks (= 3.0.0.beta2)
|
||||
rspec-support (= 3.0.0.beta2)
|
||||
rspec-support (3.0.0.beta2)
|
||||
rubocop (0.22.0)
|
||||
json (>= 1.7.7, < 2)
|
||||
parser (~> 2.1.9)
|
||||
powerpack (~> 0.0.6)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
ruby-progressbar (1.5.1)
|
||||
rubyzip (1.0.0)
|
||||
sass (3.2.19)
|
||||
sass-rails (4.0.3)
|
||||
|
|
@ -343,6 +356,7 @@ DEPENDENCIES
|
|||
rdoc-generator-fivefish
|
||||
rspec (>= 3.0.0.beta)
|
||||
rspec-rails (>= 3.0.0.beta)
|
||||
rubocop
|
||||
sass-rails (>= 4.0.2)
|
||||
shoulda
|
||||
spring-commands-rspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue