blob: d0922e4e698116f6fc75f49c16d0af30c18355a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'https://rubygems.org'
gem "middleman", "~>3.3.2"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.3.2"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|