Skip to content

Commit 78f91b8

Browse files
committed
Add rubocop.
1 parent e3278fd commit 78f91b8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ group :development, :test do
2727
gem 'childprocess', '0.3.6'
2828
gem 'capybara'
2929
gem 'annotate', '>=2.5.0'
30+
gem 'rubocop'
3031
end
3132
group :test do
3233
gem 'webmock' #for testing http requests to pvoutput.org

Gemfile.lock

+17
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ GEM
4040
activerecord (>= 2.3.0)
4141
rake (>= 0.8.7)
4242
arel (5.0.1.20140414130214)
43+
ast (2.0.0)
4344
bcrypt-ruby (3.1.2)
4445
bootstrap-sass (3.0.3.0)
4546
sass (~> 3.2)
@@ -118,12 +119,16 @@ GEM
118119
nokogiri (1.6.1)
119120
mini_portile (~> 0.5.0)
120121
orm_adapter (0.5.0)
122+
parser (2.2.0.pre.3)
123+
ast (>= 1.1, < 3.0)
124+
slop (~> 3.4, >= 3.4.5)
121125
pg (0.17.1)
122126
poltergeist (1.5.0)
123127
capybara (~> 2.1)
124128
cliver (~> 0.3.1)
125129
multi_json (~> 1.0)
126130
websocket-driver (>= 0.2.0)
131+
powerpack (0.0.9)
127132
pry (0.9.12.4)
128133
coderay (~> 1.0)
129134
method_source (~> 0.8)
@@ -153,6 +158,7 @@ GEM
153158
activesupport (= 4.1.7)
154159
rake (>= 0.8.7)
155160
thor (>= 0.18.1, < 2.0)
161+
rainbow (2.0.0)
156162
rake (10.3.2)
157163
rb-fsevent (0.9.4)
158164
rb-inotify (0.9.3)
@@ -175,6 +181,13 @@ GEM
175181
rspec-core (~> 2.14.0)
176182
rspec-expectations (~> 2.14.0)
177183
rspec-mocks (~> 2.14.0)
184+
rubocop (0.24.1)
185+
json (>= 1.7.7, < 2)
186+
parser (>= 2.2.0.pre.3, < 3.0)
187+
powerpack (~> 0.0.6)
188+
rainbow (>= 1.99.1, < 3.0)
189+
ruby-progressbar (~> 1.4)
190+
ruby-progressbar (1.5.1)
178191
safe_yaml (0.9.7)
179192
sass (3.2.13)
180193
sass-rails (4.0.1)
@@ -236,9 +249,13 @@ DEPENDENCIES
236249
rails-footnotes (>= 3.7.9)
237250
rails_12factor (= 0.0.2)
238251
rspec-rails
252+
rubocop
239253
sass-rails (~> 4.0.1)
240254
sdoc
241255
spork-rails!
242256
turbolinks
243257
uglifier (>= 1.3.0)
244258
webmock
259+
260+
BUNDLED WITH
261+
1.10.3

0 commit comments

Comments
 (0)