Created
November 2, 2013 10:33
-
-
Save rwboyer/7277580 to your computer and use it in GitHub Desktop.
Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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