middleman/middleman-cli/lib/middleman-templates/shared/Gemfile.tt

15 lines
422 B
Plaintext
Raw Normal View History

# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'
2013-04-11 18:53:38 +02:00
gem "middleman", "~><%= Middleman::VERSION %>"
2013-04-23 05:30:25 +02:00
# Live-reloading plugin
2013-05-03 20:40:30 +02:00
gem "middleman-livereload", "~> 3.1.0"
2013-04-23 05:30:25 +02:00
2013-07-08 05:57:04 +02:00
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", platforms: [:mswin, :mingw]
2014-03-19 06:41:37 +01:00
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]