mirror of
https://github.com/prometheus/docs.git
synced 2026-02-07 03:44:55 +01:00
* Update Ruby gems. * Remove nanoc-cachebuster due to incompatibility. * Add README item about GitHub auth to improve build reliability. * Fix various required config changes for 4.0 Signed-off-by: Ben Kochie <superq@gmail.com>
19 lines
325 B
Ruby
19 lines
325 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'nanoc', '~> 4.0'
|
|
gem 'adsf'
|
|
gem 'kramdown'
|
|
gem 'guard-nanoc'
|
|
gem 'guard-livereload'
|
|
gem 'nokogiri'
|
|
gem 'redcarpet'
|
|
gem 'pygments.rb'
|
|
gem 'builder'
|
|
gem 'rb-inotify', :require => false
|
|
gem 'rb-fsevent', :require => false
|
|
gem 'rb-fchange', :require => false
|
|
|
|
group :test do
|
|
gem 'rspec'
|
|
end
|