|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - zammad_api (1.0.8) |
5 | | - faraday (~> 1) |
| 4 | + zammad_api (1.2.0) |
| 5 | + faraday (~> 2) |
6 | 6 |
|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | | - addressable (2.8.0) |
11 | | - public_suffix (>= 2.0.2, < 5.0) |
| 10 | + addressable (2.8.4) |
| 11 | + public_suffix (>= 2.0.2, < 6.0) |
12 | 12 | crack (0.4.5) |
13 | 13 | rexml |
14 | | - diff-lcs (1.2.5) |
15 | | - faraday (1.10.0) |
16 | | - faraday-em_http (~> 1.0) |
17 | | - faraday-em_synchrony (~> 1.0) |
18 | | - faraday-excon (~> 1.1) |
19 | | - faraday-httpclient (~> 1.0) |
20 | | - faraday-multipart (~> 1.0) |
21 | | - faraday-net_http (~> 1.0) |
22 | | - faraday-net_http_persistent (~> 1.0) |
23 | | - faraday-patron (~> 1.0) |
24 | | - faraday-rack (~> 1.0) |
25 | | - faraday-retry (~> 1.0) |
| 14 | + diff-lcs (1.5.0) |
| 15 | + faraday (2.7.10) |
| 16 | + faraday-net_http (>= 2.0, < 3.1) |
26 | 17 | ruby2_keywords (>= 0.0.4) |
27 | | - faraday-em_http (1.0.0) |
28 | | - faraday-em_synchrony (1.0.0) |
29 | | - faraday-excon (1.1.0) |
30 | | - faraday-httpclient (1.0.1) |
31 | | - faraday-multipart (1.0.3) |
32 | | - multipart-post (>= 1.2, < 3) |
33 | | - faraday-net_http (1.0.1) |
34 | | - faraday-net_http_persistent (1.2.0) |
35 | | - faraday-patron (1.0.0) |
36 | | - faraday-rack (1.0.0) |
37 | | - faraday-retry (1.0.3) |
38 | | - hashdiff (0.3.7) |
39 | | - multipart-post (2.1.1) |
40 | | - public_suffix (4.0.6) |
41 | | - rake (13.0.1) |
| 18 | + faraday-net_http (3.0.2) |
| 19 | + hashdiff (1.0.1) |
| 20 | + public_suffix (5.0.3) |
| 21 | + rake (13.0.6) |
42 | 22 | rexml (3.2.5) |
43 | | - rspec (3.5.0) |
44 | | - rspec-core (~> 3.5.0) |
45 | | - rspec-expectations (~> 3.5.0) |
46 | | - rspec-mocks (~> 3.5.0) |
47 | | - rspec-core (3.5.2) |
48 | | - rspec-support (~> 3.5.0) |
49 | | - rspec-expectations (3.5.0) |
| 23 | + rspec (3.12.0) |
| 24 | + rspec-core (~> 3.12.0) |
| 25 | + rspec-expectations (~> 3.12.0) |
| 26 | + rspec-mocks (~> 3.12.0) |
| 27 | + rspec-core (3.12.2) |
| 28 | + rspec-support (~> 3.12.0) |
| 29 | + rspec-expectations (3.12.3) |
50 | 30 | diff-lcs (>= 1.2.0, < 2.0) |
51 | | - rspec-support (~> 3.5.0) |
52 | | - rspec-mocks (3.5.0) |
| 31 | + rspec-support (~> 3.12.0) |
| 32 | + rspec-mocks (3.12.6) |
53 | 33 | diff-lcs (>= 1.2.0, < 2.0) |
54 | | - rspec-support (~> 3.5.0) |
55 | | - rspec-support (3.5.0) |
| 34 | + rspec-support (~> 3.12.0) |
| 35 | + rspec-support (3.12.1) |
56 | 36 | ruby2_keywords (0.0.5) |
57 | | - webmock (3.3.0) |
58 | | - addressable (>= 2.3.6) |
| 37 | + webmock (3.18.1) |
| 38 | + addressable (>= 2.8.0) |
59 | 39 | crack (>= 0.3.2) |
60 | | - hashdiff |
| 40 | + hashdiff (>= 0.4.0, < 2.0.0) |
61 | 41 |
|
62 | 42 | PLATFORMS |
63 | 43 | ruby |
64 | 44 |
|
65 | 45 | DEPENDENCIES |
66 | 46 | bundler (>= 2.2.10) |
67 | | - rake (~> 13) |
68 | | - rspec (~> 3.0) |
| 47 | + rake |
| 48 | + rspec |
69 | 49 | webmock |
70 | 50 | zammad_api! |
71 | 51 |
|
72 | 52 | BUNDLED WITH |
73 | | - 2.2.20 |
| 53 | + 2.4.15 |
0 commit comments