Skip to content

Instantly share code, notes, and snippets.

@wgx
Created February 10, 2017 16:27
Show Gist options
  • Save wgx/97f55a20d5790117b476143081534610 to your computer and use it in GitHub Desktop.
Save wgx/97f55a20d5790117b476143081534610 to your computer and use it in GitHub Desktop.
A sample Gemfile to be run by Bitbucket Pipelines
source 'https://rubygems.org'
gem 'jekyll', '3.0.1'
gem 'jekyll-paginate', '1.1.0'
gem 's3_website', '2.12.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment