File: Gemfile

package info (click to toggle)
simplemonitor 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,520 kB
  • sloc: python: 8,725; sh: 258; makefile: 74; javascript: 69
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
source 'https://rubygems.org'
gem 'github-pages', '>= 232'
gem 'rouge'
gem "jekyll", ">= 3.10.0"
gem "ffi", ">= 1.17.1"
gem "nokogiri", ">= 1.18.5"
gem "yajl-ruby", ">= 1.4.3"
gem "kramdown", ">= 2.4.0"