website/*: update therubyracer version to work with latest

This commit is contained in:
Mitchell Hashimoto 2013-09-16 15:03:52 -07:00
parent 623aa0bb3a
commit d3d5e974fd
4 changed files with 100 additions and 94 deletions

View File

@ -5,7 +5,7 @@ gem "middleman", "~> 3.0.6"
gem "middleman-minify-html", "~> 3.0.0" gem "middleman-minify-html", "~> 3.0.0"
gem "rack-contrib", "~> 1.1.0" gem "rack-contrib", "~> 1.1.0"
gem "redcarpet", "~> 2.2.2" gem "redcarpet", "~> 2.2.2"
gem "therubyracer", "~> 0.10.2" gem "therubyracer", "~> 0.12.0"
gem "thin", "~> 1.5.0" gem "thin", "~> 1.5.0"
group :development do group :development do

View File

@ -5,29 +5,29 @@ GEM
Platform (>= 0.4.0) Platform (>= 0.4.0)
open4 open4
Platform (0.4.0) Platform (0.4.0)
activesupport (3.2.9) activesupport (3.2.13)
i18n (~> 0.6) i18n (= 0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
chunky_png (1.2.6) chunky_png (1.2.8)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.3.3) coffee-script-source (1.3.3)
commonjs (0.2.6) commonjs (0.2.7)
compass (0.12.2) compass (0.12.2)
chunky_png (~> 1.2) chunky_png (~> 1.2)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (~> 3.1) sass (~> 3.1)
daemons (1.1.9) daemons (1.1.9)
eventmachine (1.0.0) eventmachine (1.0.3)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
ffi (1.2.0) fssm (0.2.10)
fssm (0.2.9) haml (4.0.3)
haml (3.1.7) tilt
highline (1.6.15) highline (1.6.19)
hike (1.2.1) hike (1.2.3)
htmlcompressor (0.0.3) htmlcompressor (0.0.7)
yui-compressor (~> 0.9.6) yui-compressor (~> 0.9.6)
http_router (0.10.2) http_router (0.10.2)
rack (>= 1.0.0) rack (>= 1.0.0)
@ -35,44 +35,45 @@ GEM
i18n (0.6.1) i18n (0.6.1)
less (2.2.2) less (2.2.2)
commonjs (~> 0.2.6) commonjs (~> 0.2.6)
libv8 (3.3.10.4) libv8 (3.16.14.3)
listen (0.5.3) listen (0.7.3)
maruku (0.6.1) maruku (0.6.1)
syntax (>= 1.0.0) syntax (>= 1.0.0)
middleman (3.0.6) middleman (3.0.14)
middleman-core (= 3.0.6) middleman-core (= 3.0.14)
middleman-more (= 3.0.6) middleman-more (= 3.0.14)
middleman-sprockets (~> 3.0.2) middleman-sprockets (~> 3.1.0)
middleman-core (3.0.6) middleman-core (3.0.14)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
bundler (~> 1.1) bundler (~> 1.1)
listen (~> 0.5.2) listen (~> 0.7.3)
rack (~> 1.4.1) rack (~> 1.4.1)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
rb-fsevent (~> 0.9.1) rb-fsevent (~> 0.9.3)
rb-inotify (~> 0.8.8)
thor (~> 0.15.4) thor (~> 0.15.4)
tilt (~> 1.3.1) tilt (~> 1.3.6)
middleman-minify-html (3.0.0) middleman-minify-html (3.0.0)
htmlcompressor htmlcompressor
middleman-core (~> 3.0.0) middleman-core (~> 3.0.0)
middleman-more (3.0.6) middleman-more (3.0.14)
coffee-script (~> 2.2.0) coffee-script (~> 2.2.0)
coffee-script-source (~> 1.3.3) coffee-script-source (~> 1.3.3)
compass (>= 0.12.2) compass (>= 0.12.2)
execjs (~> 1.4.0) execjs (~> 1.4.0)
haml (>= 3.1.6) haml (>= 3.1.6)
i18n (~> 0.6.0) i18n (~> 0.6.0, < 0.6.2)
maruku (~> 0.6.0) maruku (~> 0.6.0)
middleman-core (= 3.0.6) middleman-core (= 3.0.14)
padrino-helpers (= 0.10.7) padrino-helpers (= 0.10.7)
sass (>= 3.1.20) sass (>= 3.1.20)
uglifier (~> 1.2.6) uglifier (~> 1.2.6)
middleman-sprockets (3.0.4) middleman-sprockets (3.1.4)
middleman-more (~> 3.0.1) middleman-core (>= 3.0.14)
sprockets (~> 2.1, < 2.5) middleman-more (>= 3.0.14)
sprockets-sass (~> 0.8.0) sprockets (~> 2.1)
multi_json (1.4.0) sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0)
multi_json (1.8.0)
open4 (1.3.0) open4 (1.3.0)
padrino-core (0.10.7) padrino-core (0.10.7)
activesupport (~> 3.2.0) activesupport (~> 3.2.0)
@ -83,39 +84,41 @@ GEM
padrino-helpers (0.10.7) padrino-helpers (0.10.7)
i18n (~> 0.6) i18n (~> 0.6)
padrino-core (= 0.10.7) padrino-core (= 0.10.7)
rack (1.4.1) rack (1.4.5)
rack-contrib (1.1.0) rack-contrib (1.1.0)
rack (>= 0.9.1) rack (>= 0.9.1)
rack-protection (1.2.0) rack-protection (1.5.0)
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rb-fsevent (0.9.2) rb-fsevent (0.9.3)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
redcarpet (2.2.2) redcarpet (2.2.2)
sass (3.2.3) ref (1.0.5)
sinatra (1.3.3) sass (3.2.10)
rack (~> 1.3, >= 1.3.6) sinatra (1.3.6)
rack-protection (~> 1.2) rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3) tilt (~> 1.3, >= 1.3.3)
sprockets (2.4.5) sprockets (2.10.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-sass (0.8.0) sprockets-helpers (1.0.1)
sprockets (~> 2.0)
sprockets-sass (1.0.1)
sprockets (~> 2.0) sprockets (~> 2.0)
tilt (~> 1.1) tilt (~> 1.1)
syntax (1.0.0) syntax (1.0.0)
therubyracer (0.10.2) therubyracer (0.12.0)
libv8 (~> 3.3.10) libv8 (~> 3.16.14.0)
thin (1.5.0) ref
thin (1.5.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.15.4) thor (0.15.4)
tilt (1.3.3) tilt (1.3.7)
uglifier (1.2.7) uglifier (1.2.7)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
@ -134,5 +137,5 @@ DEPENDENCIES
middleman-minify-html (~> 3.0.0) middleman-minify-html (~> 3.0.0)
rack-contrib (~> 1.1.0) rack-contrib (~> 1.1.0)
redcarpet (~> 2.2.2) redcarpet (~> 2.2.2)
therubyracer (~> 0.10.2) therubyracer (~> 0.12.0)
thin (~> 1.5.0) thin (~> 1.5.0)

View File

@ -5,7 +5,7 @@ gem "middleman", "~> 3.0.6"
gem "middleman-minify-html", "~> 3.0.0" gem "middleman-minify-html", "~> 3.0.0"
gem "rack-contrib", "~> 1.1.0" gem "rack-contrib", "~> 1.1.0"
gem "redcarpet", "~> 2.2.2" gem "redcarpet", "~> 2.2.2"
gem "therubyracer", "~> 0.10.2" gem "therubyracer", "~> 0.12.0"
gem "thin", "~> 1.5.0" gem "thin", "~> 1.5.0"
group :development do group :development do

View File

@ -5,29 +5,29 @@ GEM
Platform (>= 0.4.0) Platform (>= 0.4.0)
open4 open4
Platform (0.4.0) Platform (0.4.0)
activesupport (3.2.9) activesupport (3.2.13)
i18n (~> 0.6) i18n (= 0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
chunky_png (1.2.6) chunky_png (1.2.8)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.3.3) coffee-script-source (1.3.3)
commonjs (0.2.6) commonjs (0.2.7)
compass (0.12.2) compass (0.12.2)
chunky_png (~> 1.2) chunky_png (~> 1.2)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (~> 3.1) sass (~> 3.1)
daemons (1.1.9) daemons (1.1.9)
eventmachine (1.0.0) eventmachine (1.0.3)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
ffi (1.2.0) fssm (0.2.10)
fssm (0.2.9) haml (4.0.3)
haml (3.1.7) tilt
highline (1.6.15) highline (1.6.19)
hike (1.2.1) hike (1.2.3)
htmlcompressor (0.0.3) htmlcompressor (0.0.7)
yui-compressor (~> 0.9.6) yui-compressor (~> 0.9.6)
http_router (0.10.2) http_router (0.10.2)
rack (>= 1.0.0) rack (>= 1.0.0)
@ -35,44 +35,45 @@ GEM
i18n (0.6.1) i18n (0.6.1)
less (2.2.2) less (2.2.2)
commonjs (~> 0.2.6) commonjs (~> 0.2.6)
libv8 (3.3.10.4) libv8 (3.16.14.3)
listen (0.5.3) listen (0.7.3)
maruku (0.6.1) maruku (0.6.1)
syntax (>= 1.0.0) syntax (>= 1.0.0)
middleman (3.0.6) middleman (3.0.14)
middleman-core (= 3.0.6) middleman-core (= 3.0.14)
middleman-more (= 3.0.6) middleman-more (= 3.0.14)
middleman-sprockets (~> 3.0.2) middleman-sprockets (~> 3.1.0)
middleman-core (3.0.6) middleman-core (3.0.14)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
bundler (~> 1.1) bundler (~> 1.1)
listen (~> 0.5.2) listen (~> 0.7.3)
rack (~> 1.4.1) rack (~> 1.4.1)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
rb-fsevent (~> 0.9.1) rb-fsevent (~> 0.9.3)
rb-inotify (~> 0.8.8)
thor (~> 0.15.4) thor (~> 0.15.4)
tilt (~> 1.3.1) tilt (~> 1.3.6)
middleman-minify-html (3.0.0) middleman-minify-html (3.0.0)
htmlcompressor htmlcompressor
middleman-core (~> 3.0.0) middleman-core (~> 3.0.0)
middleman-more (3.0.6) middleman-more (3.0.14)
coffee-script (~> 2.2.0) coffee-script (~> 2.2.0)
coffee-script-source (~> 1.3.3) coffee-script-source (~> 1.3.3)
compass (>= 0.12.2) compass (>= 0.12.2)
execjs (~> 1.4.0) execjs (~> 1.4.0)
haml (>= 3.1.6) haml (>= 3.1.6)
i18n (~> 0.6.0) i18n (~> 0.6.0, < 0.6.2)
maruku (~> 0.6.0) maruku (~> 0.6.0)
middleman-core (= 3.0.6) middleman-core (= 3.0.14)
padrino-helpers (= 0.10.7) padrino-helpers (= 0.10.7)
sass (>= 3.1.20) sass (>= 3.1.20)
uglifier (~> 1.2.6) uglifier (~> 1.2.6)
middleman-sprockets (3.0.4) middleman-sprockets (3.1.4)
middleman-more (~> 3.0.1) middleman-core (>= 3.0.14)
sprockets (~> 2.1, < 2.5) middleman-more (>= 3.0.14)
sprockets-sass (~> 0.8.0) sprockets (~> 2.1)
multi_json (1.4.0) sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0)
multi_json (1.8.0)
open4 (1.3.0) open4 (1.3.0)
padrino-core (0.10.7) padrino-core (0.10.7)
activesupport (~> 3.2.0) activesupport (~> 3.2.0)
@ -83,39 +84,41 @@ GEM
padrino-helpers (0.10.7) padrino-helpers (0.10.7)
i18n (~> 0.6) i18n (~> 0.6)
padrino-core (= 0.10.7) padrino-core (= 0.10.7)
rack (1.4.1) rack (1.4.5)
rack-contrib (1.1.0) rack-contrib (1.1.0)
rack (>= 0.9.1) rack (>= 0.9.1)
rack-protection (1.2.0) rack-protection (1.5.0)
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rb-fsevent (0.9.2) rb-fsevent (0.9.3)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
redcarpet (2.2.2) redcarpet (2.2.2)
sass (3.2.3) ref (1.0.5)
sinatra (1.3.3) sass (3.2.10)
rack (~> 1.3, >= 1.3.6) sinatra (1.3.6)
rack-protection (~> 1.2) rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3) tilt (~> 1.3, >= 1.3.3)
sprockets (2.4.5) sprockets (2.10.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-sass (0.8.0) sprockets-helpers (1.0.1)
sprockets (~> 2.0)
sprockets-sass (1.0.1)
sprockets (~> 2.0) sprockets (~> 2.0)
tilt (~> 1.1) tilt (~> 1.1)
syntax (1.0.0) syntax (1.0.0)
therubyracer (0.10.2) therubyracer (0.12.0)
libv8 (~> 3.3.10) libv8 (~> 3.16.14.0)
thin (1.5.0) ref
thin (1.5.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.15.4) thor (0.15.4)
tilt (1.3.3) tilt (1.3.7)
uglifier (1.2.7) uglifier (1.2.7)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
@ -134,5 +137,5 @@ DEPENDENCIES
middleman-minify-html (~> 3.0.0) middleman-minify-html (~> 3.0.0)
rack-contrib (~> 1.1.0) rack-contrib (~> 1.1.0)
redcarpet (~> 2.2.2) redcarpet (~> 2.2.2)
therubyracer (~> 0.10.2) therubyracer (~> 0.12.0)
thin (~> 1.5.0) thin (~> 1.5.0)