# If you do not have OpenSSL installed, update # the following line to use “http://” instead source 'rubygems.org'
gem “middleman”, “~><%= Middleman::VERSION %>” gem “slim”, “>= 2.0”
# Live-reloading plugin gem “middleman-livereload”, “~> 3.1.0”
# 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]