We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aff73a commit 4010df5Copy full SHA for 4010df5
Gemfile
@@ -9,6 +9,9 @@ gem 'sqlite3'
9
10
gem 'ffaker'
11
12
+
13
+gem 'thin'
14
15
gem 'quiet_assets', :group => :development
16
17
Gemfile.lock
@@ -37,7 +37,9 @@ GEM
37
coffee-script-source
38
execjs
39
coffee-script-source (1.3.3)
40
+ daemons (1.1.8)
41
erubis (2.7.0)
42
+ eventmachine (0.12.10)
43
execjs (1.4.0)
44
multi_json (~> 1.0)
45
ffaker (1.14.0)
@@ -92,6 +94,10 @@ GEM
92
94
rack (~> 1.0)
93
95
tilt (~> 1.1, != 1.3.0)
96
sqlite3 (1.3.6)
97
+ thin (1.3.1)
98
+ daemons (>= 1.0.9)
99
+ eventmachine (>= 0.12.6)
100
+ rack (>= 1.0.0)
101
thor (0.15.3)
102
tilt (1.3.3)
103
treetop (1.4.10)
@@ -113,4 +119,5 @@ DEPENDENCIES
113
119
rails (= 3.2.6)
114
120
sass-rails (~> 3.2.3)
115
121
sqlite3
122
+ thin
116
123
uglifier (>= 1.0.3)
0 commit comments