|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - contentstack (0.8.1) |
| 4 | + contentstack (0.8.3) |
5 | 5 | activesupport (>= 3.2) |
6 | | - contentstack_utils (~> 1.0) |
| 6 | + contentstack_utils (~> 1.2) |
7 | 7 |
|
8 | 8 | GEM |
9 | 9 | remote: https://rubygems.org/ |
10 | 10 | specs: |
11 | | - activesupport (7.2.3) |
| 11 | + activesupport (8.1.3) |
12 | 12 | base64 |
13 | | - benchmark (>= 0.3) |
14 | 13 | bigdecimal |
15 | 14 | concurrent-ruby (~> 1.0, >= 1.3.1) |
16 | 15 | connection_pool (>= 2.2.5) |
17 | 16 | drb |
18 | 17 | i18n (>= 1.6, < 2) |
| 18 | + json |
19 | 19 | logger (>= 1.4.2) |
20 | 20 | minitest (>= 5.1) |
21 | 21 | securerandom (>= 0.3) |
22 | 22 | tzinfo (~> 2.0, >= 2.0.5) |
23 | | - addressable (2.8.8) |
| 23 | + uri (>= 0.13.1) |
| 24 | + addressable (2.8.9) |
24 | 25 | public_suffix (>= 2.0.2, < 8.0) |
25 | 26 | base64 (0.3.0) |
26 | | - benchmark (0.5.0) |
27 | 27 | bigdecimal (4.0.1) |
28 | 28 | concurrent-ruby (1.3.6) |
29 | | - connection_pool (2.5.5) |
30 | | - contentstack_utils (1.2.1) |
| 29 | + connection_pool (3.0.2) |
| 30 | + contentstack_utils (1.2.2) |
31 | 31 | activesupport (>= 7.0) |
32 | 32 | nokogiri (>= 1.11) |
33 | 33 | crack (1.0.1) |
|
39 | 39 | hashdiff (1.2.1) |
40 | 40 | i18n (1.14.8) |
41 | 41 | concurrent-ruby (~> 1.0) |
| 42 | + json (2.19.3) |
42 | 43 | logger (1.7.0) |
43 | | - minitest (5.27.0) |
44 | | - nokogiri (1.18.10-arm64-darwin) |
| 44 | + minitest (6.0.2) |
| 45 | + drb (~> 2.0) |
| 46 | + prism (~> 1.5) |
| 47 | + nokogiri (1.19.2-arm64-darwin) |
45 | 48 | racc (~> 1.4) |
46 | | - public_suffix (6.0.2) |
| 49 | + prism (1.9.0) |
| 50 | + public_suffix (7.0.5) |
47 | 51 | racc (1.8.1) |
48 | 52 | rexml (3.4.4) |
49 | | - rspec (3.10.0) |
50 | | - rspec-core (~> 3.10.0) |
51 | | - rspec-expectations (~> 3.10.0) |
52 | | - rspec-mocks (~> 3.10.0) |
53 | | - rspec-core (3.10.2) |
54 | | - rspec-support (~> 3.10.0) |
55 | | - rspec-expectations (3.10.2) |
| 53 | + rspec (3.13.2) |
| 54 | + rspec-core (~> 3.13.0) |
| 55 | + rspec-expectations (~> 3.13.0) |
| 56 | + rspec-mocks (~> 3.13.0) |
| 57 | + rspec-core (3.13.6) |
| 58 | + rspec-support (~> 3.13.0) |
| 59 | + rspec-expectations (3.13.5) |
56 | 60 | diff-lcs (>= 1.2.0, < 2.0) |
57 | | - rspec-support (~> 3.10.0) |
58 | | - rspec-mocks (3.10.3) |
| 61 | + rspec-support (~> 3.13.0) |
| 62 | + rspec-mocks (3.13.8) |
59 | 63 | diff-lcs (>= 1.2.0, < 2.0) |
60 | | - rspec-support (~> 3.10.0) |
61 | | - rspec-support (3.10.3) |
| 64 | + rspec-support (~> 3.13.0) |
| 65 | + rspec-support (3.13.7) |
62 | 66 | securerandom (0.4.1) |
63 | | - simplecov (0.21.2) |
| 67 | + simplecov (0.22.0) |
64 | 68 | docile (~> 1.1) |
65 | 69 | simplecov-html (~> 0.11) |
66 | 70 | simplecov_json_formatter (~> 0.1) |
|
69 | 73 | tzinfo (2.0.6) |
70 | 74 | concurrent-ruby (~> 1.0) |
71 | 75 | uri (1.1.1) |
72 | | - webmock (3.11.3) |
73 | | - addressable (>= 2.3.6) |
| 76 | + webmock (3.26.2) |
| 77 | + addressable (>= 2.8.0) |
74 | 78 | crack (>= 0.3.2) |
75 | 79 | hashdiff (>= 0.4.0, < 2.0.0) |
76 | 80 | yard (0.9.38) |
77 | 81 |
|
78 | 82 | PLATFORMS |
79 | 83 | arm64-darwin-22 |
80 | 84 | arm64-darwin-24 |
| 85 | + arm64-darwin-25 |
81 | 86 |
|
82 | 87 | DEPENDENCIES |
83 | 88 | contentstack! |
84 | | - rspec (~> 3.10.0) |
85 | | - simplecov (~> 0.21.1) |
86 | | - webmock (~> 3.11.0) |
87 | | - yard (~> 0.9.26) |
| 89 | + nokogiri (>= 1.19.1) |
| 90 | + rspec (~> 3.13.0) |
| 91 | + simplecov (~> 0.22.0) |
| 92 | + webmock (~> 3.26.0) |
| 93 | + yard (~> 0.9.38) |
88 | 94 |
|
89 | 95 | BUNDLED WITH |
90 | 96 | 2.3.13 |
0 commit comments