From c1e48d074ffe0f6948a071d2b44c48ac798c7e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 18 Mar 2013 15:42:24 +0100 Subject: [PATCH] Gemfile: add rb-inotify/rb-fsevent --- Gemfile | 3 ++- Gemfile.lock | 62 +++++++++++++++++++++++++++------------------------- 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index 1b48475..ee13fe5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,8 @@ gem "compass" gem "middleman" gem "middleman-smusher" gem "middleman-livereload" - +gem 'rb-inotify', require: false +gem 'rb-fsevent', require: false gem "compass-holmes" gem 'oily_png' gem "sass" diff --git a/Gemfile.lock b/Gemfile.lock index 9040e7c..9973569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.11) + activesupport (3.2.12) i18n (~> 0.6) multi_json (~> 1.0) chunky_png (1.2.7) @@ -15,38 +15,38 @@ GEM sass (~> 3.1) compass-holmes (0.1.1) compass (>= 0.11) - em-websocket (0.4.0) + em-websocket (0.5.0) eventmachine (>= 0.12.9) http_parser.rb (~> 0.5.3) - eventmachine (1.0.0) + eventmachine (1.0.3) execjs (1.4.0) multi_json (~> 1.0) - ffi (1.3.1) + ffi (1.4.0) fssm (0.2.10) - haml (3.1.7) + haml (4.0.0) + tilt hike (1.2.1) http_parser.rb (0.5.3) http_router (0.10.2) rack (>= 1.0.0) url_mount (~> 0.2.1) - httpclient (2.3.2) - i18n (0.6.1) - json (1.7.6) - listen (0.5.3) + httpclient (2.3.3) + i18n (0.6.4) + json (1.7.7) + listen (0.7.3) maruku (0.6.1) syntax (>= 1.0.0) - middleman (3.0.11) - middleman-core (= 3.0.11) - middleman-more (= 3.0.11) - middleman-sprockets (~> 3.0.6) - middleman-core (3.0.11) + middleman (3.0.12) + middleman-core (= 3.0.12) + middleman-more (= 3.0.12) + middleman-sprockets (~> 3.0.8) + middleman-core (3.0.12) activesupport (~> 3.2.6) bundler (~> 1.1) - listen (~> 0.5.2) + listen (~> 0.7.3) rack (~> 1.4.1) rack-test (~> 0.6.1) - rb-fsevent (~> 0.9.1) - rb-inotify (~> 0.8.8) + rb-fsevent (~> 0.9.3) thor (~> 0.15.4) tilt (~> 1.3.1) middleman-livereload (3.0.1) @@ -54,7 +54,7 @@ GEM middleman-core (~> 3.0.2) multi_json (~> 1.0) rack-livereload - middleman-more (3.0.11) + middleman-more (3.0.12) coffee-script (~> 2.2.0) coffee-script-source (~> 1.3.3) compass (>= 0.12.2) @@ -62,20 +62,20 @@ GEM haml (>= 3.1.6) i18n (~> 0.6.0) maruku (~> 0.6.0) - middleman-core (= 3.0.11) + middleman-core (= 3.0.12) padrino-helpers (= 0.10.7) sass (>= 3.1.20) uglifier (~> 1.2.6) middleman-smusher (3.0.0) middleman (>= 3.0.0) smusher (~> 0.4.9) - middleman-sprockets (3.0.6) - middleman-more (>= 3.0.1) + middleman-sprockets (3.0.9) + middleman-more (>= 3.0.11) sprockets (~> 2.1, < 2.5) - sprockets-sass (~> 0.9.0) - multi_json (1.5.0) - oily_png (1.0.3) - chunky_png (~> 1.2.1) + sprockets-sass (~> 0.9.1) + multi_json (1.7.0) + oily_png (1.1.0) + chunky_png (~> 1.2.7) padrino-core (0.10.7) activesupport (~> 3.2.0) http_router (~> 0.10.2) @@ -88,16 +88,16 @@ GEM rack (1.4.5) rack-livereload (0.3.11) rack - rack-protection (1.3.2) + rack-protection (1.5.0) rack rack-test (0.6.2) rack (>= 1.0) rake (10.0.3) rb-fsevent (0.9.3) - rb-inotify (0.8.8) + rb-inotify (0.9.0) ffi (>= 0.5.0) - sass (3.2.5) - sinatra (1.3.4) + sass (3.2.7) + sinatra (1.3.6) rack (~> 1.4) rack-protection (~> 1.3) tilt (~> 1.3, >= 1.3.3) @@ -122,7 +122,7 @@ GEM syntax (1.0.0) temple (0.5.5) thor (0.15.4) - tilt (1.3.3) + tilt (1.3.6) uglifier (1.2.7) execjs (>= 0.3.0) multi_json (~> 1.3) @@ -140,6 +140,8 @@ DEPENDENCIES middleman-smusher oily_png rake + rb-fsevent + rb-inotify sass slim susy