File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ group :development, :test do
27
27
gem 'childprocess' , '0.3.6'
28
28
gem 'capybara'
29
29
gem 'annotate' , '>=2.5.0'
30
+ gem 'rubocop'
30
31
end
31
32
group :test do
32
33
gem 'webmock' #for testing http requests to pvoutput.org
Original file line number Diff line number Diff line change 40
40
activerecord (>= 2.3.0 )
41
41
rake (>= 0.8.7 )
42
42
arel (5.0.1.20140414130214 )
43
+ ast (2.0.0 )
43
44
bcrypt-ruby (3.1.2 )
44
45
bootstrap-sass (3.0.3.0 )
45
46
sass (~> 3.2 )
@@ -118,12 +119,16 @@ GEM
118
119
nokogiri (1.6.1 )
119
120
mini_portile (~> 0.5.0 )
120
121
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 )
121
125
pg (0.17.1 )
122
126
poltergeist (1.5.0 )
123
127
capybara (~> 2.1 )
124
128
cliver (~> 0.3.1 )
125
129
multi_json (~> 1.0 )
126
130
websocket-driver (>= 0.2.0 )
131
+ powerpack (0.0.9 )
127
132
pry (0.9.12.4 )
128
133
coderay (~> 1.0 )
129
134
method_source (~> 0.8 )
153
158
activesupport (= 4.1.7 )
154
159
rake (>= 0.8.7 )
155
160
thor (>= 0.18.1 , < 2.0 )
161
+ rainbow (2.0.0 )
156
162
rake (10.3.2 )
157
163
rb-fsevent (0.9.4 )
158
164
rb-inotify (0.9.3 )
175
181
rspec-core (~> 2.14.0 )
176
182
rspec-expectations (~> 2.14.0 )
177
183
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 )
178
191
safe_yaml (0.9.7 )
179
192
sass (3.2.13 )
180
193
sass-rails (4.0.1 )
@@ -236,9 +249,13 @@ DEPENDENCIES
236
249
rails-footnotes (>= 3.7.9 )
237
250
rails_12factor (= 0.0.2 )
238
251
rspec-rails
252
+ rubocop
239
253
sass-rails (~> 4.0.1 )
240
254
sdoc
241
255
spork-rails !
242
256
turbolinks
243
257
uglifier (>= 1.3.0 )
244
258
webmock
259
+
260
+ BUNDLED WITH
261
+ 1.10.3
You can’t perform that action at this time.
0 commit comments