diff --git a/Gemfile b/Gemfile index b744ba1..035efb0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source :rubygems group :development do gem "RedCloth", "~> 4.2" - gem "foreman", "~> 0.13" + gem "foreman", "~> 0.13", ">= 0.13.1" gem "serve", "~> 1.0" gem "jekyll", "~> 0.10" gem "thin", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 8b54f2a..863ada2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,9 +9,7 @@ GEM directory_watcher (1.4.0) eventmachine (0.12.10) fast-stemmer (1.0.0) - foreman (0.13.0) - term-ansicolor (~> 1.0.5) - thor (>= 0.13.6) + foreman (0.88.1) i18n (0.4.2) jekyll (0.10.0) classifier (>= 1.3.1) @@ -28,12 +26,10 @@ GEM rack (~> 1.2.1) tzinfo (~> 0.3.23) syntax (1.0.0) - term-ansicolor (1.0.5) thin (1.2.11) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - thor (0.14.6) tzinfo (0.3.27) PLATFORMS @@ -41,7 +37,10 @@ PLATFORMS DEPENDENCIES RedCloth (~> 4.2) - foreman (~> 0.13) + foreman (~> 0.13, >= 0.13.1) jekyll (~> 0.10) serve (~> 1.0) thin (~> 1.2) + +BUNDLED WITH + 2.1.4