update middleman

This commit is contained in:
Jörg Thalheim 2013-01-28 09:49:22 +01:00
parent d9b240bf1e
commit c404b03bb1
2 changed files with 20 additions and 20 deletions

View File

@ -1,7 +1,7 @@
source "http://rubygems.org"
gem "compass", ">= 0.13.alpha.0"
gem "middleman", ">= 3.0.0rc4"
gem "compass"
gem "middleman"
gem "middleman-smusher"
gem "compass-holmes"

View File

@ -9,16 +9,16 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.3.3)
compass (0.13.alpha.0)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.0.alpha.93)
sass (~> 3.1)
compass-holmes (0.1.1)
compass (>= 0.11)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.3.0)
fssm (0.2.9)
ffi (1.3.1)
fssm (0.2.10)
haml (3.1.7)
hike (1.2.1)
http_router (0.10.2)
@ -30,21 +30,21 @@ GEM
listen (0.5.3)
maruku (0.6.1)
syntax (>= 1.0.0)
middleman (3.0.9)
middleman-core (= 3.0.9)
middleman-more (= 3.0.9)
middleman (3.0.11)
middleman-core (= 3.0.11)
middleman-more (= 3.0.11)
middleman-sprockets (~> 3.0.6)
middleman-core (3.0.9)
middleman-core (3.0.11)
activesupport (~> 3.2.6)
bundler (~> 1.1)
listen (~> 0.5.2)
rack (= 1.4.1)
rack (~> 1.4.1)
rack-test (~> 0.6.1)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
thor (~> 0.15.4)
tilt (~> 1.3.1)
middleman-more (3.0.9)
middleman-more (3.0.11)
coffee-script (~> 2.2.0)
coffee-script-source (~> 1.3.3)
compass (>= 0.12.2)
@ -52,7 +52,7 @@ GEM
haml (>= 3.1.6)
i18n (~> 0.6.0)
maruku (~> 0.6.0)
middleman-core (= 3.0.9)
middleman-core (= 3.0.11)
padrino-helpers (= 0.10.7)
sass (>= 3.1.20)
uglifier (~> 1.2.6)
@ -64,7 +64,7 @@ GEM
sprockets (~> 2.1, < 2.5)
sprockets-sass (~> 0.9.0)
multi_json (1.5.0)
oily_png (1.0.2)
oily_png (1.0.3)
chunky_png (~> 1.2.1)
padrino-core (0.10.7)
activesupport (~> 3.2.0)
@ -75,7 +75,7 @@ GEM
padrino-helpers (0.10.7)
i18n (~> 0.6)
padrino-core (= 0.10.7)
rack (1.4.1)
rack (1.4.4)
rack-protection (1.3.2)
rack
rack-test (0.6.2)
@ -85,9 +85,9 @@ GEM
rb-inotify (0.8.8)
ffi (>= 0.5.0)
sass (3.2.5)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
sinatra (1.3.4)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
slim (1.3.6)
temple (~> 0.5.5)
@ -121,9 +121,9 @@ PLATFORMS
ruby
DEPENDENCIES
compass (>= 0.13.alpha.0)
compass
compass-holmes
middleman (>= 3.0.0rc4)
middleman
middleman-smusher
oily_png
rake