File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ source 'https://rubygems.org'
15
15
# 2)WEBSERVER: Heroku/unbuntu/Mac uses thin so need gem execjs, therubyracer, thin
16
16
# uncomment for ubuntu/thin and comment out for Windows
17
17
18
- # gem 'thin'
19
- # gem 'execjs'
20
- # gem 'therubyracer', '~> 0.10.2' #update to 0.11 crashes install
18
+ gem 'thin'
19
+ gem 'execjs'
20
+ gem 'therubyracer' , '~> 0.10.2' #update to 0.11 crashes install
21
21
22
22
23
23
# Gems used only for assets and not required
Original file line number Diff line number Diff line change 37
37
coffee-script-source
38
38
execjs
39
39
coffee-script-source (1.4.0 )
40
+ daemons (1.1.9 )
40
41
erubis (2.7.0 )
42
+ eventmachine (1.0.0 )
43
+ eventmachine (1.0.0-x86-mingw32 )
41
44
execjs (1.4.0 )
42
45
multi_json (~> 1.0 )
43
46
hike (1.2.1 )
47
50
railties (>= 3.0 , < 5.0 )
48
51
thor (>= 0.14 , < 2.0 )
49
52
json (1.7.6 )
53
+ libv8 (3.3.10.4 )
50
54
mail (2.4.4 )
51
55
i18n (>= 0.4.0 )
52
56
mime-types (~> 1.16 )
91
95
multi_json (~> 1.0 )
92
96
rack (~> 1.0 )
93
97
tilt (~> 1.1 , != 1.3.0 )
98
+ therubyracer (0.10.2 )
99
+ libv8 (~> 3.3.10 )
100
+ thin (1.5.0 )
101
+ daemons (>= 1.0.9 )
102
+ eventmachine (>= 0.12.6 )
103
+ rack (>= 1.0.0 )
94
104
thor (0.17.0 )
95
105
tilt (1.3.3 )
96
106
treetop (1.4.12 )
@@ -107,8 +117,11 @@ PLATFORMS
107
117
108
118
DEPENDENCIES
109
119
coffee-rails (~> 3.2.1 )
120
+ execjs
110
121
jquery-rails
111
122
pg
112
123
rails (= 3.2.11 )
113
124
sass-rails (~> 3.2.3 )
125
+ therubyracer (~> 0.10.2 )
126
+ thin
114
127
uglifier (>= 1.0.3 )
You can’t perform that action at this time.
0 commit comments