From 6b79fbf47739a1596f40a2680cc89fb044ef1c54 Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Mon, 15 Feb 2016 22:53:57 -0200 Subject: [PATCH] Using bundler on install procedure instead of pure gems --- CONTRIBUTING.md | 4 ++-- Gemfile.lock | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a01ce4..42109d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,8 +65,8 @@ included in the project: 4. Install the [Jekyll](https://github.com/jekyll/jekyll/) gem and dependencies to preview locally: ```bash - # Install the needed gems - gem install jekyll jekyll-sitemap pygments.rb + # Install the needed gems through Bundler + bundle install # Build and open _site/index.html in your browser... jekyll build [--watch] # ...or run a local server to easily develop: diff --git a/Gemfile.lock b/Gemfile.lock index a5e7093..c68e4ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,6 +124,3 @@ PLATFORMS DEPENDENCIES github-pages - -BUNDLED WITH - 1.10.6