mirror of
https://github.com/prometheus/docs.git
synced 2026-02-06 18:44:55 +01:00
Update Nanoc and Ruby. * Update to the latest supported Ruby version. * Bump bundler. * Bump stringio. * Update to Nanoc 4.13. * Increase open PR limit. * Fixup `exists?` deprecation. Signed-off-by: SuperQ <superq@gmail.com>
20 lines
341 B
Ruby
20 lines
341 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'nanoc', '~> 4.13'
|
|
gem 'adsf'
|
|
gem 'kramdown'
|
|
gem 'guard-nanoc'
|
|
gem 'guard-livereload'
|
|
gem 'nokogiri'
|
|
gem 'redcarpet'
|
|
gem 'pygments.rb'
|
|
gem 'builder'
|
|
gem 'semverse'
|
|
gem 'rb-inotify', :require => false
|
|
gem 'rb-fsevent', :require => false
|
|
gem 'rb-fchange', :require => false
|
|
|
|
group :test do
|
|
gem 'rspec'
|
|
end
|