diff --git a/Gemfile b/Gemfile index f50e2b0..6ec124a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source "http://rubygems.org" if ENV["GUIDES_PATH"] gem "guides", :path => ENV["GUIDES_PATH"] else - gem "guides", '~> 0.6.5' + gem "guides", '~> 0.6.6' end diff --git a/Gemfile.lock b/Gemfile.lock index 817b761..29bf1e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,40 +1,36 @@ -PATH - remote: /Users/peterwagenet/Programming/Ruby/guides - specs: - guides (0.6.5) - RedCloth (~> 4.1.1) - actionpack (~> 3.0.0) - activesupport (~> 3.0.0) - maruku (~> 0.6.0) - rack (~> 1.2.1) - thin (~> 1.2.7) - thor (~> 0.14.6) - GEM remote: http://rubygems.org/ specs: RedCloth (4.1.9) abstract (1.0.0) - actionpack (3.0.3) - activemodel (= 3.0.3) - activesupport (= 3.0.3) + actionpack (3.0.4) + activemodel (= 3.0.4) + activesupport (= 3.0.4) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.4) rack (~> 1.2.1) rack-mount (~> 0.6.13) - rack-test (~> 0.5.6) + rack-test (~> 0.5.7) tzinfo (~> 0.3.23) - activemodel (3.0.3) - activesupport (= 3.0.3) + activemodel (3.0.4) + activesupport (= 3.0.4) builder (~> 2.1.2) i18n (~> 0.4) - activesupport (3.0.3) + activesupport (3.0.4) builder (2.1.2) daemons (1.1.0) erubis (2.6.6) abstract (>= 1.0.0) eventmachine (0.12.10) + guides (0.6.6) + RedCloth (~> 4.1.1) + actionpack (~> 3.0.0) + activesupport (~> 3.0.0) + maruku (~> 0.6.0) + rack (~> 1.2.1) + thin (~> 1.2.7) + thor (~> 0.14.6) i18n (0.5.0) maruku (0.6.0) syntax (>= 1.0.0) @@ -55,4 +51,4 @@ PLATFORMS ruby DEPENDENCIES - guides! + guides (~> 0.6.6)