diff --git a/_/Gemfile b/Gemfile similarity index 100% rename from _/Gemfile rename to Gemfile diff --git a/_/Gemfile.lock b/Gemfile.lock similarity index 99% rename from _/Gemfile.lock rename to Gemfile.lock index 6940ccaf1..58c684335 100644 --- a/_/Gemfile.lock +++ b/Gemfile.lock @@ -113,3 +113,6 @@ PLATFORMS DEPENDENCIES github-pages + +BUNDLED WITH + 1.10.4 diff --git a/Makefile b/Makefile index c886ea722..6c5f1435f 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,11 @@ PORT ?= 3000 -bundle := env BUNDLE_GEMFILE=./_/Gemfile bundle start: bundle - ${bundle} exec jekyll serve --safe --drafts --watch --port ${PORT} + bundle exec jekyll serve --safe --drafts --watch --port ${PORT} build: bundle - ${bundle} exec jekyll build --safe + bundle exec jekyll build --safe bundle: ruby -v - ${bundle} + bundle