Main repository for Devuan's www.devuan.org.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
628 B

# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'
gem "middleman", "~>3.4.1"
# Ensure execjs works
gem "therubyracer"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.3.0"
# Syntax hilighting
gem "middleman-syntax"
# Use builder for sitemap.xml
gem "builder", "~> 2.0"
# Use xz for release info
gem "ruby-xz"
# Use libcurl
gem "typhoeus"
# 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]