update middleman
This commit is contained in:
parent
d9b240bf1e
commit
c404b03bb1
4
Gemfile
4
Gemfile
@ -1,7 +1,7 @@
|
|||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gem "compass", ">= 0.13.alpha.0"
|
gem "compass"
|
||||||
gem "middleman", ">= 3.0.0rc4"
|
gem "middleman"
|
||||||
gem "middleman-smusher"
|
gem "middleman-smusher"
|
||||||
|
|
||||||
gem "compass-holmes"
|
gem "compass-holmes"
|
||||||
|
36
Gemfile.lock
36
Gemfile.lock
@ -9,16 +9,16 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.3.3)
|
coffee-script-source (1.3.3)
|
||||||
compass (0.13.alpha.0)
|
compass (0.12.2)
|
||||||
chunky_png (~> 1.2)
|
chunky_png (~> 1.2)
|
||||||
fssm (>= 0.2.7)
|
fssm (>= 0.2.7)
|
||||||
sass (~> 3.2.0.alpha.93)
|
sass (~> 3.1)
|
||||||
compass-holmes (0.1.1)
|
compass-holmes (0.1.1)
|
||||||
compass (>= 0.11)
|
compass (>= 0.11)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
ffi (1.3.0)
|
ffi (1.3.1)
|
||||||
fssm (0.2.9)
|
fssm (0.2.10)
|
||||||
haml (3.1.7)
|
haml (3.1.7)
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
http_router (0.10.2)
|
http_router (0.10.2)
|
||||||
@ -30,21 +30,21 @@ GEM
|
|||||||
listen (0.5.3)
|
listen (0.5.3)
|
||||||
maruku (0.6.1)
|
maruku (0.6.1)
|
||||||
syntax (>= 1.0.0)
|
syntax (>= 1.0.0)
|
||||||
middleman (3.0.9)
|
middleman (3.0.11)
|
||||||
middleman-core (= 3.0.9)
|
middleman-core (= 3.0.11)
|
||||||
middleman-more (= 3.0.9)
|
middleman-more (= 3.0.11)
|
||||||
middleman-sprockets (~> 3.0.6)
|
middleman-sprockets (~> 3.0.6)
|
||||||
middleman-core (3.0.9)
|
middleman-core (3.0.11)
|
||||||
activesupport (~> 3.2.6)
|
activesupport (~> 3.2.6)
|
||||||
bundler (~> 1.1)
|
bundler (~> 1.1)
|
||||||
listen (~> 0.5.2)
|
listen (~> 0.5.2)
|
||||||
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.1)
|
||||||
rb-inotify (~> 0.8.8)
|
rb-inotify (~> 0.8.8)
|
||||||
thor (~> 0.15.4)
|
thor (~> 0.15.4)
|
||||||
tilt (~> 1.3.1)
|
tilt (~> 1.3.1)
|
||||||
middleman-more (3.0.9)
|
middleman-more (3.0.11)
|
||||||
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)
|
||||||
@ -52,7 +52,7 @@ GEM
|
|||||||
haml (>= 3.1.6)
|
haml (>= 3.1.6)
|
||||||
i18n (~> 0.6.0)
|
i18n (~> 0.6.0)
|
||||||
maruku (~> 0.6.0)
|
maruku (~> 0.6.0)
|
||||||
middleman-core (= 3.0.9)
|
middleman-core (= 3.0.11)
|
||||||
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)
|
||||||
@ -64,7 +64,7 @@ GEM
|
|||||||
sprockets (~> 2.1, < 2.5)
|
sprockets (~> 2.1, < 2.5)
|
||||||
sprockets-sass (~> 0.9.0)
|
sprockets-sass (~> 0.9.0)
|
||||||
multi_json (1.5.0)
|
multi_json (1.5.0)
|
||||||
oily_png (1.0.2)
|
oily_png (1.0.3)
|
||||||
chunky_png (~> 1.2.1)
|
chunky_png (~> 1.2.1)
|
||||||
padrino-core (0.10.7)
|
padrino-core (0.10.7)
|
||||||
activesupport (~> 3.2.0)
|
activesupport (~> 3.2.0)
|
||||||
@ -75,7 +75,7 @@ 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.4)
|
||||||
rack-protection (1.3.2)
|
rack-protection (1.3.2)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
@ -85,9 +85,9 @@ GEM
|
|||||||
rb-inotify (0.8.8)
|
rb-inotify (0.8.8)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
sass (3.2.5)
|
sass (3.2.5)
|
||||||
sinatra (1.3.3)
|
sinatra (1.3.4)
|
||||||
rack (~> 1.3, >= 1.3.6)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.2)
|
rack-protection (~> 1.3)
|
||||||
tilt (~> 1.3, >= 1.3.3)
|
tilt (~> 1.3, >= 1.3.3)
|
||||||
slim (1.3.6)
|
slim (1.3.6)
|
||||||
temple (~> 0.5.5)
|
temple (~> 0.5.5)
|
||||||
@ -121,9 +121,9 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
compass (>= 0.13.alpha.0)
|
compass
|
||||||
compass-holmes
|
compass-holmes
|
||||||
middleman (>= 3.0.0rc4)
|
middleman
|
||||||
middleman-smusher
|
middleman-smusher
|
||||||
oily_png
|
oily_png
|
||||||
rake
|
rake
|
||||||
|
Loading…
Reference in New Issue
Block a user