forked from contentstack/contentstack-utils-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
81 lines (77 loc) · 1.76 KB
/
Gemfile.lock
File metadata and controls
81 lines (77 loc) · 1.76 KB
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
PATH
remote: .
specs:
contentstack_utils (1.2.1)
activesupport (>= 6.1)
nokogiri (>= 1.13)
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
crack (1.0.1)
bigdecimal
rexml
diff-lcs (1.6.2)
docile (1.4.1)
hashdiff (1.2.1)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.9)
minitest (5.25.4)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-x64-mingw32)
racc (~> 1.4)
public_suffix (5.1.1)
racc (1.8.1)
rake (13.3.1)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webmock (3.26.2)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.38)
zeitwerk (2.6.18)
PLATFORMS
ruby
x64-mingw32
DEPENDENCIES
contentstack_utils!
rake (~> 13.0)
rspec (~> 3.13)
simplecov (~> 0.22)
webmock (~> 3.23)
yard (~> 0.9.36)
BUNDLED WITH
2.3.13