Skip to content

Instantly share code, notes, and snippets.

@elia
Created December 16, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elia/d0cd773f415234018df9 to your computer and use it in GitHub Desktop.
Save elia/d0cd773f415234018df9 to your computer and use it in GitHub Desktop.
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
# Windows does not come with time zone data
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
# Middleman Gems
gem 'middleman-sprockets', '>= 4.0.0.rc.1'
gem 'middleman', '>= 4.0.0.rc.3'
gem 'middleman-livereload'
gem "middleman-blog", github: 'middleman/middleman-blog'
gem "redcarpet"
gem "opal", github: "opal/opal"
gem 'sass'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment