Skip to content

Instantly share code, notes, and snippets.

@rwboyer
Created November 2, 2013 10:33
Show Gist options
  • Select an option

  • Save rwboyer/7277580 to your computer and use it in GitHub Desktop.

Select an option

Save rwboyer/7277580 to your computer and use it in GitHub Desktop.
Gemfile
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'
gem "middleman", "~>3.1.6"
gem "excon", "0.28.0"
gem "fog", "1.18.0"
gem "middleman-blog"
gem "middleman-sync"
gem "middleman-s3_sync"
gem "liquid"
gem "zurb-foundation"
gem "unf"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Cross-templating language block fix for Ruby 1.8
platforms :mri_18 do
gem "ruby18_source_location"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment