Gemfile 369 B

123456789101112131415
  1. # If you have OpenSSL installed, we recommend updating
  2. # the following line to use "https"
  3. source 'http://rubygems.org'
  4. gem "middleman", "~>3.2.2"
  5. # Live-reloading plugin
  6. gem "middleman-livereload", "~> 3.1.0"
  7. # Sync plugin
  8. gem 'middleman-sync', '3.0.12'
  9. gem 'unf'
  10. # For faster file watcher updates on Windows:
  11. gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]