|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - entitlements-github-plugin (0.0.1) |
5 | | - concurrent-ruby (= 1.1.9) |
6 | | - contracts (= 0.16.0) |
7 | | - faraday (>= 0.17.3, < 0.18) |
8 | | - net-ldap (~> 0.17.0) |
9 | | - octokit (~> 4.18) |
10 | | - optimist (= 3.0.0) |
| 4 | + entitlements-github-plugin (0.0.2) |
| 5 | + entitlements (= 0.1.8) |
| 6 | + faraday (>= 1, < 3) |
| 7 | + faraday-retry (~> 2.0) |
| 8 | + octokit (~> 4.25) |
11 | 9 |
|
12 | 10 | GEM |
13 | 11 | remote: https://rubygems.org/ |
14 | 12 | specs: |
15 | | - activesupport (6.1.6) |
| 13 | + activesupport (7.0.3.1) |
16 | 14 | concurrent-ruby (~> 1.0, >= 1.0.2) |
17 | 15 | i18n (>= 1.6, < 2) |
18 | 16 | minitest (>= 5.1) |
19 | 17 | tzinfo (~> 2.0) |
20 | | - zeitwerk (~> 2.3) |
21 | | - addressable (2.8.0) |
22 | | - public_suffix (>= 2.0.2, < 5.0) |
| 18 | + addressable (2.8.1) |
| 19 | + public_suffix (>= 2.0.2, < 6.0) |
23 | 20 | ast (2.4.2) |
24 | 21 | concurrent-ruby (1.1.9) |
25 | 22 | contracts (0.16.0) |
26 | 23 | contracts-rspec (0.1.0) |
27 | 24 | crack (0.4.5) |
28 | 25 | rexml |
29 | | - diff-lcs (1.4.4) |
| 26 | + diff-lcs (1.5.0) |
30 | 27 | docile (1.4.0) |
31 | | - entitlements (0.1.7) |
| 28 | + entitlements (0.1.8) |
32 | 29 | concurrent-ruby (= 1.1.9) |
33 | 30 | contracts (= 0.16.0) |
34 | | - faraday (>= 0.17.3, < 0.18) |
35 | 31 | net-ldap (~> 0.17.0) |
36 | | - octokit (~> 4.18) |
37 | 32 | optimist (= 3.0.0) |
38 | | - faraday (0.17.4) |
39 | | - multipart-post (>= 1.2, < 3) |
| 33 | + faraday (2.5.2) |
| 34 | + faraday-net_http (>= 2.0, < 3.1) |
| 35 | + ruby2_keywords (>= 0.0.4) |
| 36 | + faraday-net_http (3.0.0) |
| 37 | + faraday-retry (2.0.0) |
| 38 | + faraday (~> 2.0) |
40 | 39 | hashdiff (1.0.1) |
41 | | - i18n (1.10.0) |
| 40 | + i18n (1.12.0) |
42 | 41 | concurrent-ruby (~> 1.0) |
43 | | - json (2.5.1) |
44 | | - minitest (5.15.0) |
45 | | - multipart-post (2.1.1) |
46 | | - net-ldap (0.17.0) |
47 | | - octokit (4.21.0) |
48 | | - faraday (>= 0.9) |
49 | | - sawyer (~> 0.8.0, >= 0.5.3) |
| 42 | + json (2.6.2) |
| 43 | + minitest (5.16.3) |
| 44 | + net-ldap (0.17.1) |
| 45 | + octokit (4.25.1) |
| 46 | + faraday (>= 1, < 3) |
| 47 | + sawyer (~> 0.9) |
50 | 48 | optimist (3.0.0) |
51 | 49 | parallel (1.22.1) |
52 | | - parser (3.1.2.0) |
| 50 | + parser (3.1.2.1) |
53 | 51 | ast (~> 2.4.1) |
54 | | - public_suffix (4.0.6) |
55 | | - rack (2.2.3.1) |
| 52 | + public_suffix (5.0.0) |
| 53 | + rack (2.2.4) |
56 | 54 | rainbow (3.1.1) |
57 | 55 | rake (13.0.6) |
58 | | - regexp_parser (2.4.0) |
| 56 | + regexp_parser (2.5.0) |
59 | 57 | rexml (3.2.5) |
60 | 58 | rspec (3.8.0) |
61 | 59 | rspec-core (~> 3.8.0) |
|
79 | 77 | rubocop-ast (>= 1.17.0, < 2.0) |
80 | 78 | ruby-progressbar (~> 1.7) |
81 | 79 | unicode-display_width (>= 1.4.0, < 3.0) |
82 | | - rubocop-ast (1.18.0) |
| 80 | + rubocop-ast (1.21.0) |
83 | 81 | parser (>= 3.1.1.0) |
84 | 82 | rubocop-github (0.17.0) |
85 | 83 | rubocop |
|
88 | 86 | rubocop-performance (1.13.3) |
89 | 87 | rubocop (>= 1.7.0, < 2.0) |
90 | 88 | rubocop-ast (>= 0.4.0) |
91 | | - rubocop-rails (2.14.2) |
| 89 | + rubocop-rails (2.15.2) |
92 | 90 | activesupport (>= 4.2.0) |
93 | 91 | rack (>= 1.1) |
94 | 92 | rubocop (>= 1.7.0, < 2.0) |
95 | 93 | ruby-progressbar (1.11.0) |
| 94 | + ruby2_keywords (0.0.5) |
96 | 95 | rugged (0.27.5) |
97 | | - sawyer (0.8.2) |
| 96 | + sawyer (0.9.2) |
98 | 97 | addressable (>= 2.3.5) |
99 | | - faraday (> 0.8, < 2.0) |
| 98 | + faraday (>= 0.17.3, < 3) |
100 | 99 | simplecov (0.16.1) |
101 | 100 | docile (~> 1.1) |
102 | 101 | json (>= 1.8, < 3) |
103 | 102 | simplecov-html (~> 0.10.0) |
104 | 103 | simplecov-erb (0.1.1) |
105 | 104 | simplecov |
106 | 105 | simplecov-html (0.10.2) |
107 | | - tzinfo (2.0.4) |
| 106 | + tzinfo (2.0.5) |
108 | 107 | concurrent-ruby (~> 1.0) |
109 | | - unicode-display_width (2.1.0) |
| 108 | + unicode-display_width (2.2.0) |
110 | 109 | vcr (4.0.0) |
111 | 110 | webmock (3.4.2) |
112 | 111 | addressable (>= 2.3.6) |
113 | 112 | crack (>= 0.3.2) |
114 | 113 | hashdiff |
115 | | - zeitwerk (2.5.4) |
116 | 114 |
|
117 | 115 | PLATFORMS |
118 | 116 | ruby |
119 | | - x86_64-darwin-19 |
| 117 | + x86_64-darwin-20 |
120 | 118 |
|
121 | 119 | DEPENDENCIES |
122 | 120 | contracts-rspec (= 0.1.0) |
123 | | - entitlements (= 0.1.7) |
124 | 121 | entitlements-github-plugin! |
125 | 122 | rake (= 13.0.6) |
126 | 123 | rspec (= 3.8.0) |
|
0 commit comments