Skip to content

Instantly share code, notes, and snippets.

@darron
Created April 17, 2014 03:14
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 darron/10950395 to your computer and use it in GitHub Desktop.
Save darron/10950395 to your computer and use it in GitHub Desktop.
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'
gem 'therubyracer'
gem "middleman", "~>3.3.2"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
# 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]
gem 'byebug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment