-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (24 loc) · 939 Bytes
/
Gemfile
File metadata and controls
35 lines (24 loc) · 939 Bytes
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
34
35
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# gem "jekyll", "~> 4.4.1"
# This is the default theme for new Jekyll sites
# gem "minima", "~> 2.5"
# Add CSV and Logger gems (required for Ruby 3.4+)
gem "csv"
gem "logger"
# If you want to use GitHub Pages, uncomment and update the line below
gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Skip wdm on Ruby 3.x for Windows since it causes issues
# Uncomment below if you're using Ruby 2.x
# gem "wdm", "~> 0.1.1", :platforms => [:mingw, :mswin, :x64_mingw]
# Lock specific versions for Windows
gem "webrick", "~> 1.8"
gem "faraday-retry"
gem "fiddle"