iamdoubz-update-from-src-patch/Gemfile

9 lines
239 B
Ruby
Raw Normal View History

2018-12-08 10:55:08 +00:00
source 'https://rubygems.org'
gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw]
2018-12-08 12:05:59 +00:00
gem 'redcarpet'
gem 'middleman-syntax'