Skip to content

Commit 59484a3

Browse files
committed
heroku ready
1 parent 14f3c34 commit 59484a3

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ source 'https://rubygems.org'
1515
# 2)WEBSERVER: Heroku/unbuntu/Mac uses thin so need gem execjs, therubyracer, thin
1616
# uncomment for ubuntu/thin and comment out for Windows
1717

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
2121

2222

2323
# Gems used only for assets and not required

Gemfile.lock

+13
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ GEM
3737
coffee-script-source
3838
execjs
3939
coffee-script-source (1.4.0)
40+
daemons (1.1.9)
4041
erubis (2.7.0)
42+
eventmachine (1.0.0)
43+
eventmachine (1.0.0-x86-mingw32)
4144
execjs (1.4.0)
4245
multi_json (~> 1.0)
4346
hike (1.2.1)
@@ -47,6 +50,7 @@ GEM
4750
railties (>= 3.0, < 5.0)
4851
thor (>= 0.14, < 2.0)
4952
json (1.7.6)
53+
libv8 (3.3.10.4)
5054
mail (2.4.4)
5155
i18n (>= 0.4.0)
5256
mime-types (~> 1.16)
@@ -91,6 +95,12 @@ GEM
9195
multi_json (~> 1.0)
9296
rack (~> 1.0)
9397
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)
94104
thor (0.17.0)
95105
tilt (1.3.3)
96106
treetop (1.4.12)
@@ -107,8 +117,11 @@ PLATFORMS
107117

108118
DEPENDENCIES
109119
coffee-rails (~> 3.2.1)
120+
execjs
110121
jquery-rails
111122
pg
112123
rails (= 3.2.11)
113124
sass-rails (~> 3.2.3)
125+
therubyracer (~> 0.10.2)
126+
thin
114127
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)