-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
43 lines (35 loc) · 991 Bytes
/
Gemfile
File metadata and controls
43 lines (35 loc) · 991 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
36
37
38
39
40
41
42
43
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"
# group :development, :test do
# gem "html-proofer", "~> 5.0", group: :test
# end
# group :development, :test do
gem 'html-proofer', '5.0.10'
gem 'async', '2.23.1'
gem 'pdf-reader', '2.14.1'
gem 'rainbow', '3.1.1'
gem 'typhoeus', '1.4.1'
gem 'yell', '2.2.2'
gem 'zeitwerk', '2.7.2'
gem 'console', '1.30.2'
gem 'fiber-annotation', '0.2.0'
gem 'io-event', '1.10.0'
gem 'metrics', '0.12.2'
gem 'traces', '0.15.2'
gem 'Ascii85', '2.0.1'
gem 'afm', '0.2.2'
gem 'hashery', '2.1.2'
gem 'ruby-rc4', '0.1.5'
gem 'ttfunk', '1.8.0'
gem 'ethon', '0.16.0'
gem 'fiber-local', '1.1.0'
gem 'fiber-storage', '1.0.1'
# end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
gem 'nokogiri', '~> 1.18'
gem 'materialize-sass', '~> 1.0.0'