forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
33 lines (27 loc) · 753 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
source 'https://rubygems.org'
gem 'colorize'
gem 'awestruct', '~> 0.6.7'
gem 'naturally', '~> 2.2.1'
gem 'asciidoctor', '~> 2.0.18'
gem 'asciidoctor-jenkins-extensions', '~> 0.9.0'
gem 'webrick', '~> 1.8.1'
gem 'sassc'
gem 'rouge'
gem 'iconv'
# Support for various template engines we use
gem 'haml', '~> 5.2.0'
gem 'liquid', '~> 5.5.0'
gem 'kramdown', '~> 2.5.0'
# Gems necessary for running scripts/fetch-external-resources
group :fetcher do
gem 'faraday', '~> 2.12.0'
gem 'faraday-follow_redirects', '~> 0.3.0'
gem 'rubyzip', '~> 2.3.2'
# dependencies for faraday 2.12.1
gem 'faraday-net_http', '~> 3.4'
gem 'json', '~> 2.9'
gem 'logger', '~> 1.6', '>= 1.6.3'
end
gem "concurrent-ruby", "~> 1.1"
# for releases.rss.ruby
gem 'rss'