-
Notifications
You must be signed in to change notification settings - Fork 74
/
Gemfile.lock
101 lines (98 loc) · 2.11 KB
/
Gemfile.lock
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
asciidoctor (2.0.23)
base64 (0.2.0)
builder (3.2.4)
cgi (0.4.1)
charlock_holmes (0.7.7)
commonmarker (0.23.10)
creole (0.5.0)
dotenv (3.1.2)
expression_parser (0.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
github-linguist (7.29.0)
cgi
charlock_holmes (~> 0.7.7)
mini_mime (~> 1.0)
rugged (~> 1.0)
github-markup (4.0.2)
htmlentities (4.3.4)
idn-ruby (0.1.5)
licensee (9.17.0)
dotenv (>= 2, < 4)
octokit (>= 4.20, < 9.0)
reverse_markdown (>= 1, < 3)
rugged (>= 0.24, < 2.0)
thor (>= 0.19, < 2.0)
mini_mime (1.1.5)
net-http (0.4.1)
uri
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86-linux)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
octokit (8.1.0)
base64
faraday (>= 1, < 3)
sawyer (~> 0.9)
org-ruby (0.9.12)
rubypants (~> 0.2)
public_suffix (5.0.5)
racc (1.8.0)
rdoc (6.3.4.1)
reverse_markdown (2.1.1)
nokogiri
rubypants (0.7.1)
rugged (1.7.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
thor (1.3.1)
twitter-text (3.1.0)
idn-ruby
unf (~> 0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
uri (0.13.0)
wikicloth (0.8.3)
builder
expression_parser
htmlentities
nokogiri
twitter-text
PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux
DEPENDENCIES
RedCloth (~> 4.3)
asciidoctor (~> 2.0)
commonmarker (~> 0.23.10)
creole (~> 0.5.0)
github-linguist (>= 7.12.1)
github-markup (~> 4.0)
licensee (>= 9.9.0)
org-ruby (~> 0.9.12)
rdoc (= 6.3.4.1)
wikicloth (~> 0.8.3)
BUNDLED WITH
2.5.11