File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ gem "god"
86
86
gem 'dalli' , '1.1.1'
87
87
gem 'eventmachine' , '1.0.3'
88
88
gem "puma" , "2.6.0"
89
+ # Faye Server 需要
90
+ gem 'thin' , "1.5.0"
89
91
90
92
group :development , :test do
91
93
gem 'capistrano' , '2.9.0' , require : false
Original file line number Diff line number Diff line change 132
132
connection_pool (0.9.2 )
133
133
cookiejar (0.3.0 )
134
134
culerity (0.2.15 )
135
+ daemons (1.1.9 )
135
136
dalli (1.1.1 )
136
137
database_cleaner (0.8.0 )
137
138
devise (3.0.1 )
353
354
activesupport (>= 3.0 )
354
355
sprockets (~> 2.8 )
355
356
subexec (0.1.0 )
357
+ thin (1.5.0 )
358
+ daemons (>= 1.0.9 )
359
+ eventmachine (>= 0.12.6 )
360
+ rack (>= 1.0.0 )
356
361
thor (0.18.1 )
357
362
thread_safe (0.1.2 )
358
363
atomic
@@ -438,6 +443,7 @@ DEPENDENCIES
438
443
simple_form (= 3.0.0.rc )
439
444
social-share-button (= 0.1.4 )
440
445
sprite-factory (= 1.4.1 )
446
+ thin (= 1.5.0 )
441
447
turbolinks (~> 1.2.0 )
442
448
uglifier (>= 1.3.0 )
443
449
will_paginate (= 3.0.4 )
You can’t perform that action at this time.
0 commit comments