File tree Expand file tree Collapse file tree 3 files changed +24
-26
lines changed Expand file tree Collapse file tree 3 files changed +24
-26
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,7 @@ gem 'kaminari'
66
66
gem 'chronic'
67
67
68
68
# Redis
69
- gem 'hiredis'
70
- gem 'redis' , require : [ 'redis' , 'redis/connection/hiredis' ]
71
- gem 'redis-rails'
69
+ gem 'redis-rails' , '~> 3.2'
72
70
73
71
# Background Job Processing
74
72
gem 'resque'
Original file line number Diff line number Diff line change 152
152
coffee-script-source
153
153
execjs
154
154
coffee-script-source (1.7.1 )
155
- color (1.7 )
155
+ color (1.7.1 )
156
156
columnize (0.8.9 )
157
- compass (0.12.6 )
157
+ compass (0.12.7 )
158
158
chunky_png (~> 1.2 )
159
159
fssm (>= 0.2.7 )
160
160
sass (~> 3.2.19 )
200
200
eventmachine (>= 1.0.0.beta.4 )
201
201
ember-data-source (1.0.0.beta.8 )
202
202
ember-source
203
- ember-source (1.6.0 )
203
+ ember-source (1.6.1 )
204
204
handlebars-source (~> 1.0 )
205
- ephemeral (2.3.2 )
205
+ ephemeral (2.3.3 )
206
206
activesupport
207
207
equalizer (0.0.9 )
208
208
erubis (2.7.0 )
@@ -227,28 +227,32 @@ GEM
227
227
sax-machine (~> 0.2.1 )
228
228
ffaker (1.24.0 )
229
229
ffi (1.9.3 )
230
- flog (4.2.1 )
230
+ flog (4.3.0 )
231
231
ruby_parser (~> 3.1 , > 3.1.0 )
232
232
sexp_processor (~> 4.4 )
233
- fog (1.22.1 )
233
+ fog (1.23.0 )
234
234
fog-brightbox
235
- fog-core (~> 1.22 )
235
+ fog-core (~> 1.23 )
236
236
fog-json
237
+ fog-softlayer
237
238
ipaddress (~> 0.5 )
238
239
nokogiri (~> 1.5 , >= 1.5.11 )
239
240
fog-brightbox (0.1.1 )
240
241
fog-core (~> 1.22 )
241
242
fog-json
242
243
inflecto
243
- fog-core (1.22 .0 )
244
+ fog-core (1.23 .0 )
244
245
builder
245
- excon (~> 0.33 )
246
+ excon (~> 0.38 )
246
247
formatador (~> 0.2 )
247
248
mime-types
248
249
net-scp (~> 1.1 )
249
250
net-ssh (>= 2.1.3 )
250
251
fog-json (1.0.0 )
251
252
multi_json (~> 1.0 )
253
+ fog-softlayer (0.3.9 )
254
+ fog-core
255
+ fog-json
252
256
foreman (0.74.0 )
253
257
dotenv (~> 0.11.1 )
254
258
thor (~> 0.19.1 )
307
311
highline (1.6.21 )
308
312
hike (1.2.3 )
309
313
hirb (0.7.2 )
310
- hiredis (0.5.2 )
311
314
http (0.5.1 )
312
315
http_parser.rb
313
316
http_parser.rb (0.6.0 )
318
321
i18n (0.6.11 )
319
322
inflecto (0.0.2 )
320
323
ipaddress (0.8.0 )
321
- jbuilder (2.1.2 )
324
+ jbuilder (2.1.3 )
322
325
activesupport (>= 3.0.0 , < 5 )
323
326
multi_json (~> 1.2 )
324
327
journey (1.0.4 )
589
592
rspec-support (3.0.2 )
590
593
ruby-graphviz (1.0.9 )
591
594
ruby-progressbar (1.5.1 )
592
- ruby_parser (3.6.1 )
595
+ ruby_parser (3.6.2 )
593
596
sexp_processor (~> 4.1 )
594
597
rufus-scheduler (2.0.24 )
595
598
tzinfo (>= 0.3.22 )
606
609
sax-machine (0.2.1 )
607
610
nokogiri (~> 1.6.0 )
608
611
sexp_processor (4.4.3 )
609
- shoulda-matchers (2.6.1 )
612
+ shoulda-matchers (2.6.2 )
610
613
activesupport (>= 3.0.0 )
611
614
sidekiq (3.2.1 )
612
615
celluloid (>= 0.15.2 )
619
622
actionpack (~> 3.0 )
620
623
activemodel (~> 3.0 )
621
624
simple_oauth (0.2.0 )
622
- simplecov (0.8.2 )
625
+ simplecov (0.9.0 )
623
626
docile (~> 1.1.0 )
624
627
multi_json
625
628
simplecov-html (~> 0.8.0 )
628
631
rack (~> 1.4 )
629
632
rack-protection (~> 1.4 )
630
633
tilt (~> 1.3 , >= 1.3.4 )
631
- slop (3.5 .0 )
634
+ slop (3.6 .0 )
632
635
split (0.7.2 )
633
636
redis (>= 2.1 )
634
637
redis-namespace (>= 1.1.0 )
695
698
typhoeus (0.6.9 )
696
699
ethon (>= 0.7.1 )
697
700
tzinfo (0.3.40 )
698
- uglifier (2.5.1 )
701
+ uglifier (2.5.3 )
699
702
execjs (>= 0.3.0 )
700
703
json (>= 1.8.0 )
701
704
vcr (2.9.2 )
@@ -752,7 +755,6 @@ DEPENDENCIES
752
755
hamlbars (= 1.1.0 )
753
756
hashie
754
757
heroku_rails_deflate
755
- hiredis
756
758
jazz_hands !
757
759
jbuilder
758
760
jquery-rails (= 2.0.3 )
@@ -794,8 +796,7 @@ DEPENDENCIES
794
796
rails_autolink
795
797
rakismet
796
798
redcarpet
797
- redis
798
- redis-rails
799
+ redis-rails (~> 3.2 )
799
800
resque
800
801
resque-scheduler
801
802
resque_mailer
Original file line number Diff line number Diff line change 1
1
if ENV [ 'COVERAGE' ]
2
2
require 'simplecov'
3
3
SimpleCov . start 'rails'
4
+ require 'codeclimate-test-reporter'
5
+ CodeClimate ::TestReporter . start
4
6
end
5
7
6
- require 'codeclimate-test-reporter'
7
- CodeClimate ::TestReporter . start
8
-
9
- ENV [ 'RAILS_ENV' ] ||= 'test'
8
+ ENV [ 'RAILS_ENV' ] = 'test'
10
9
require File . expand_path ( "../../config/environment" , __FILE__ )
11
10
require 'rspec/rails'
12
11
require 'capybara/rspec'
You can’t perform that action at this time.
0 commit comments