-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
66 lines (63 loc) · 1.23 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
crack (1.0.0)
bigdecimal
rexml
dotenv (2.8.1)
hashdiff (1.1.2)
minitest (5.25.4)
nio4r (2.7.4)
nokogiri (1.17.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.17.2-arm-linux)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86-linux)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
racc (~> 1.4)
oj (3.16.8)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.1)
public_suffix (6.0.1)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
rackup (2.2.1)
rack (>= 3)
rake (13.2.1)
reverse_markdown (2.1.1)
nokogiri
rexml (3.4.0)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux
DEPENDENCIES
dotenv (~> 2.8)
minitest (~> 5.18)
oj
puma
rack (~> 3.0)
rackup
rake (~> 13.0)
reverse_markdown
webmock (~> 3.18)
BUNDLED WITH
2.6.1