|
| 1 | +PATH |
| 2 | + remote: . |
| 3 | + specs: |
| 4 | + contentstack (0.2.0) |
| 5 | + activesupport (> 3.2.5) |
| 6 | + contentstack_utils (~> 1.0.0) |
| 7 | + |
1 | 8 | GEM |
2 | 9 | remote: https://rubygems.org/ |
3 | 10 | specs: |
4 | | - activesupport (6.0.3.1) |
| 11 | + activesupport (6.1.3.1) |
5 | 12 | concurrent-ruby (~> 1.0, >= 1.0.2) |
6 | | - i18n (>= 0.7, < 2) |
7 | | - minitest (~> 5.1) |
8 | | - tzinfo (~> 1.1) |
9 | | - zeitwerk (~> 2.2, >= 2.2.2) |
| 13 | + i18n (>= 1.6, < 2) |
| 14 | + minitest (>= 5.1) |
| 15 | + tzinfo (~> 2.0) |
| 16 | + zeitwerk (~> 2.3) |
10 | 17 | addressable (2.7.0) |
11 | 18 | public_suffix (>= 2.0.2, < 5.0) |
12 | | - concurrent-ruby (1.1.6) |
13 | | - crack (0.4.3) |
14 | | - safe_yaml (~> 1.0.0) |
15 | | - diff-lcs (1.3) |
16 | | - docile (1.3.2) |
| 19 | + concurrent-ruby (1.1.8) |
| 20 | + contentstack_utils (1.0.0) |
| 21 | + activesupport (~> 6.1.0) |
| 22 | + nokogiri (~> 1.11.0) |
| 23 | + crack (0.4.5) |
| 24 | + rexml |
| 25 | + diff-lcs (1.4.4) |
| 26 | + docile (1.3.5) |
17 | 27 | hashdiff (1.0.1) |
18 | | - i18n (1.8.2) |
| 28 | + i18n (1.8.10) |
19 | 29 | concurrent-ruby (~> 1.0) |
20 | | - minitest (5.14.1) |
21 | | - public_suffix (4.0.4) |
22 | | - rspec (3.9.0) |
23 | | - rspec-core (~> 3.9.0) |
24 | | - rspec-expectations (~> 3.9.0) |
25 | | - rspec-mocks (~> 3.9.0) |
26 | | - rspec-core (3.9.1) |
27 | | - rspec-support (~> 3.9.1) |
28 | | - rspec-expectations (3.9.1) |
| 30 | + minitest (5.14.4) |
| 31 | + nokogiri (1.11.2-arm64-darwin) |
| 32 | + racc (~> 1.4) |
| 33 | + public_suffix (4.0.6) |
| 34 | + racc (1.5.2) |
| 35 | + rexml (3.2.5) |
| 36 | + rspec (3.10.0) |
| 37 | + rspec-core (~> 3.10.0) |
| 38 | + rspec-expectations (~> 3.10.0) |
| 39 | + rspec-mocks (~> 3.10.0) |
| 40 | + rspec-core (3.10.1) |
| 41 | + rspec-support (~> 3.10.0) |
| 42 | + rspec-expectations (3.10.1) |
29 | 43 | diff-lcs (>= 1.2.0, < 2.0) |
30 | | - rspec-support (~> 3.9.0) |
31 | | - rspec-mocks (3.9.1) |
| 44 | + rspec-support (~> 3.10.0) |
| 45 | + rspec-mocks (3.10.2) |
32 | 46 | diff-lcs (>= 1.2.0, < 2.0) |
33 | | - rspec-support (~> 3.9.0) |
34 | | - rspec-support (3.9.2) |
35 | | - safe_yaml (1.0.5) |
36 | | - simplecov (0.18.5) |
| 47 | + rspec-support (~> 3.10.0) |
| 48 | + rspec-support (3.10.2) |
| 49 | + simplecov (0.21.2) |
37 | 50 | docile (~> 1.1) |
38 | 51 | simplecov-html (~> 0.11) |
39 | | - simplecov-html (0.12.2) |
40 | | - thread_safe (0.3.6) |
41 | | - tzinfo (1.2.7) |
42 | | - thread_safe (~> 0.1) |
43 | | - webmock (3.8.3) |
| 52 | + simplecov_json_formatter (~> 0.1) |
| 53 | + simplecov-html (0.12.3) |
| 54 | + simplecov_json_formatter (0.1.2) |
| 55 | + tzinfo (2.0.4) |
| 56 | + concurrent-ruby (~> 1.0) |
| 57 | + webmock (3.11.3) |
44 | 58 | addressable (>= 2.3.6) |
45 | 59 | crack (>= 0.3.2) |
46 | 60 | hashdiff (>= 0.4.0, < 2.0.0) |
47 | | - yard (0.9.25) |
48 | | - zeitwerk (2.3.0) |
| 61 | + yard (0.9.26) |
| 62 | + zeitwerk (2.4.2) |
49 | 63 |
|
50 | 64 | PLATFORMS |
51 | | - ruby |
| 65 | + universal-darwin-19 |
52 | 66 |
|
53 | 67 | DEPENDENCIES |
54 | | - activesupport |
55 | | - rspec |
56 | | - simplecov |
57 | | - webmock |
58 | | - yard |
| 68 | + contentstack! |
| 69 | + rspec (~> 3.10.0) |
| 70 | + simplecov (~> 0.21.1) |
| 71 | + webmock (~> 3.11.0) |
| 72 | + yard (~> 0.9.26) |
59 | 73 |
|
60 | 74 | BUNDLED WITH |
61 | | - 2.1.4 |
| 75 | + 2.2.7 |
0 commit comments