This is an automated email from the ASF dual-hosted git repository. martyntaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit f50eca43aa1b63468830f2ee367ad232a6f87cd4 Author: Martyn Taylor <[email protected]> AuthorDate: Mon Sep 24 11:42:26 2018 +0100 Use bundler for dependency management --- Gemfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..1a68b72 --- /dev/null +++ b/Gemfile @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +gem 'jekyll' +gem 'rack-jekyll' +gem 'thin'
