blob: 717f627b3ccf241f4151870486de3e3e061e9baf [file] [log] [blame]
# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'
gem "middleman", "~>4.3.3"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.4.6"
# 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, :jruby]