|
1 | 1 | PATH
|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 |
| - entitlements-app (0.3.4) |
5 |
| - concurrent-ruby (= 1.1.9) |
6 |
| - faraday (> 2.0, <= 2.7.10) |
| 4 | + entitlements-app (1.0.0) |
| 5 | + concurrent-ruby (~> 1.3, >= 1.3.1) |
| 6 | + faraday (~> 2.0) |
7 | 7 | net-ldap (~> 0.19)
|
8 | 8 | octokit (~> 4.18)
|
9 |
| - optimist (= 3.0.0) |
| 9 | + optimist (~> 3.1) |
10 | 10 |
|
11 | 11 | GEM
|
12 | 12 | remote: https://rubygems.org/
|
13 | 13 | specs:
|
14 |
| - activesupport (7.0.7.2) |
| 14 | + activesupport (7.1.3.3) |
| 15 | + base64 |
| 16 | + bigdecimal |
15 | 17 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
| 18 | + connection_pool (>= 2.2.5) |
| 19 | + drb |
16 | 20 | i18n (>= 1.6, < 2)
|
17 | 21 | minitest (>= 5.1)
|
| 22 | + mutex_m |
18 | 23 | tzinfo (~> 2.0)
|
19 |
| - addressable (2.8.5) |
| 24 | + addressable (2.8.6) |
20 | 25 | public_suffix (>= 2.0.2, < 6.0)
|
21 | 26 | ast (2.4.2)
|
22 |
| - concurrent-ruby (1.1.9) |
23 |
| - crack (0.4.5) |
| 27 | + base64 (0.2.0) |
| 28 | + bigdecimal (3.1.8) |
| 29 | + concurrent-ruby (1.3.1) |
| 30 | + connection_pool (2.4.1) |
| 31 | + crack (1.0.0) |
| 32 | + bigdecimal |
24 | 33 | rexml
|
25 | 34 | debug (1.8.0)
|
26 | 35 | irb (>= 1.5.0)
|
27 | 36 | reline (>= 0.3.1)
|
28 |
| - diff-lcs (1.5.0) |
| 37 | + diff-lcs (1.5.1) |
29 | 38 | docile (1.4.0)
|
30 |
| - faraday (2.7.10) |
31 |
| - faraday-net_http (>= 2.0, < 3.1) |
32 |
| - ruby2_keywords (>= 0.0.4) |
33 |
| - faraday-net_http (3.0.2) |
34 |
| - hashdiff (1.0.1) |
35 |
| - i18n (1.14.1) |
| 39 | + drb (2.2.1) |
| 40 | + faraday (2.9.0) |
| 41 | + faraday-net_http (>= 2.0, < 3.2) |
| 42 | + faraday-net_http (3.1.0) |
| 43 | + net-http |
| 44 | + hashdiff (1.1.0) |
| 45 | + i18n (1.14.5) |
36 | 46 | concurrent-ruby (~> 1.0)
|
37 |
| - io-console (0.6.0) |
38 |
| - irb (1.7.4) |
39 |
| - reline (>= 0.3.6) |
40 |
| - json (2.6.3) |
41 |
| - minitest (5.19.0) |
| 47 | + io-console (0.7.2) |
| 48 | + irb (1.13.1) |
| 49 | + rdoc (>= 4.0.0) |
| 50 | + reline (>= 0.4.2) |
| 51 | + json (2.7.2) |
| 52 | + language_server-protocol (3.17.0.3) |
| 53 | + minitest (5.23.1) |
| 54 | + mutex_m (0.2.0) |
| 55 | + net-http (0.4.1) |
| 56 | + uri |
42 | 57 | net-ldap (0.19.0)
|
43 | 58 | octokit (4.25.1)
|
44 | 59 | faraday (>= 1, < 3)
|
45 | 60 | sawyer (~> 0.9)
|
46 |
| - optimist (3.0.0) |
47 |
| - parallel (1.23.0) |
48 |
| - parser (3.2.2.3) |
| 61 | + optimist (3.1.0) |
| 62 | + parallel (1.24.0) |
| 63 | + parser (3.3.1.0) |
49 | 64 | ast (~> 2.4.1)
|
50 | 65 | racc
|
51 |
| - public_suffix (5.0.3) |
52 |
| - racc (1.7.1) |
53 |
| - rack (3.0.9.1) |
| 66 | + psych (5.1.2) |
| 67 | + stringio |
| 68 | + public_suffix (5.0.5) |
| 69 | + racc (1.8.0) |
| 70 | + rack (3.0.11) |
54 | 71 | rainbow (3.1.1)
|
55 |
| - rake (13.0.6) |
56 |
| - regexp_parser (2.8.1) |
57 |
| - reline (0.3.8) |
| 72 | + rake (13.2.1) |
| 73 | + rdoc (6.7.0) |
| 74 | + psych (>= 4.0.0) |
| 75 | + regexp_parser (2.9.2) |
| 76 | + reline (0.5.8) |
58 | 77 | io-console (~> 0.5)
|
59 | 78 | rexml (3.2.8)
|
60 | 79 | strscan (>= 3.0.9)
|
61 | 80 | rspec (3.8.0)
|
62 | 81 | rspec-core (~> 3.8.0)
|
63 | 82 | rspec-expectations (~> 3.8.0)
|
64 | 83 | rspec-mocks (~> 3.8.0)
|
65 |
| - rspec-core (3.8.0) |
| 84 | + rspec-core (3.8.2) |
66 | 85 | rspec-support (~> 3.8.0)
|
67 | 86 | rspec-expectations (3.8.6)
|
68 | 87 | diff-lcs (>= 1.2.0, < 2.0)
|
|
71 | 90 | diff-lcs (>= 1.2.0, < 2.0)
|
72 | 91 | rspec-support (~> 3.8.0)
|
73 | 92 | rspec-support (3.8.3)
|
74 |
| - rubocop (1.29.1) |
| 93 | + rubocop (1.64.0) |
| 94 | + json (~> 2.3) |
| 95 | + language_server-protocol (>= 3.17.0) |
75 | 96 | parallel (~> 1.10)
|
76 |
| - parser (>= 3.1.0.0) |
| 97 | + parser (>= 3.3.0.2) |
77 | 98 | rainbow (>= 2.2.2, < 4.0)
|
78 | 99 | regexp_parser (>= 1.8, < 3.0)
|
79 | 100 | rexml (>= 3.2.5, < 4.0)
|
80 |
| - rubocop-ast (>= 1.17.0, < 2.0) |
| 101 | + rubocop-ast (>= 1.31.1, < 2.0) |
81 | 102 | ruby-progressbar (~> 1.7)
|
82 |
| - unicode-display_width (>= 1.4.0, < 3.0) |
83 |
| - rubocop-ast (1.29.0) |
84 |
| - parser (>= 3.2.1.0) |
85 |
| - rubocop-github (0.17.0) |
86 |
| - rubocop |
87 |
| - rubocop-performance |
88 |
| - rubocop-rails |
89 |
| - rubocop-performance (1.13.3) |
90 |
| - rubocop (>= 1.7.0, < 2.0) |
91 |
| - rubocop-ast (>= 0.4.0) |
92 |
| - rubocop-rails (2.15.2) |
| 103 | + unicode-display_width (>= 2.4.0, < 3.0) |
| 104 | + rubocop-ast (1.31.3) |
| 105 | + parser (>= 3.3.1.0) |
| 106 | + rubocop-github (0.20.0) |
| 107 | + rubocop (>= 1.37) |
| 108 | + rubocop-performance (>= 1.15) |
| 109 | + rubocop-rails (>= 2.17) |
| 110 | + rubocop-performance (1.21.0) |
| 111 | + rubocop (>= 1.48.1, < 2.0) |
| 112 | + rubocop-ast (>= 1.31.1, < 2.0) |
| 113 | + rubocop-rails (2.25.0) |
93 | 114 | activesupport (>= 4.2.0)
|
94 | 115 | rack (>= 1.1)
|
95 |
| - rubocop (>= 1.7.0, < 2.0) |
| 116 | + rubocop (>= 1.33.0, < 2.0) |
| 117 | + rubocop-ast (>= 1.31.1, < 2.0) |
96 | 118 | ruby-progressbar (1.13.0)
|
97 |
| - ruby2_keywords (0.0.5) |
98 | 119 | rugged (1.7.2)
|
99 | 120 | sawyer (0.9.2)
|
100 | 121 | addressable (>= 2.3.5)
|
101 | 122 | faraday (>= 0.17.3, < 3)
|
102 |
| - simplecov (0.16.1) |
| 123 | + simplecov (0.22.0) |
103 | 124 | docile (~> 1.1)
|
104 |
| - json (>= 1.8, < 3) |
105 |
| - simplecov-html (~> 0.10.0) |
| 125 | + simplecov-html (~> 0.11) |
| 126 | + simplecov_json_formatter (~> 0.1) |
106 | 127 | simplecov-erb (1.0.1)
|
107 | 128 | simplecov (< 1.0)
|
108 |
| - simplecov-html (0.10.2) |
| 129 | + simplecov-html (0.12.3) |
| 130 | + simplecov_json_formatter (0.1.4) |
| 131 | + stringio (3.1.0) |
109 | 132 | strscan (3.1.0)
|
110 | 133 | tzinfo (2.0.6)
|
111 | 134 | concurrent-ruby (~> 1.0)
|
112 |
| - unicode-display_width (2.4.2) |
113 |
| - vcr (4.0.0) |
114 |
| - webmock (3.4.2) |
115 |
| - addressable (>= 2.3.6) |
| 135 | + unicode-display_width (2.5.0) |
| 136 | + uri (0.13.0) |
| 137 | + vcr (6.2.0) |
| 138 | + webmock (3.23.1) |
| 139 | + addressable (>= 2.8.0) |
116 | 140 | crack (>= 0.3.2)
|
117 |
| - hashdiff |
| 141 | + hashdiff (>= 0.4.0, < 2.0.0) |
118 | 142 |
|
119 | 143 | PLATFORMS
|
120 | 144 | ruby
|
| 145 | + x86_64-linux |
121 | 146 |
|
122 | 147 | DEPENDENCIES
|
123 | 148 | debug (<= 1.8.0)
|
124 | 149 | entitlements-app!
|
125 |
| - rake (= 13.0.6) |
| 150 | + rake (~> 13.2, >= 13.2.1) |
126 | 151 | rspec (= 3.8.0)
|
127 |
| - rspec-core (= 3.8.0) |
128 |
| - rubocop (= 1.29.1) |
129 |
| - rubocop-github (= 0.17.0) |
130 |
| - rubocop-performance (= 1.13.3) |
| 152 | + rubocop (~> 1.64) |
| 153 | + rubocop-github (~> 0.20) |
| 154 | + rubocop-performance (~> 1.21) |
131 | 155 | rugged (~> 1.7, >= 1.7.2)
|
132 |
| - simplecov (= 0.16.1) |
133 |
| - simplecov-erb (= 1.0.1) |
134 |
| - vcr (= 4.0.0) |
135 |
| - webmock (= 3.4.2) |
| 156 | + simplecov (~> 0.22.0) |
| 157 | + simplecov-erb (~> 1.0, >= 1.0.1) |
| 158 | + vcr (~> 6.2) |
| 159 | + webmock (~> 3.23, >= 3.23.1) |
136 | 160 |
|
137 | 161 | BUNDLED WITH
|
138 |
| - 2.3.19 |
| 162 | + 2.5.9 |
0 commit comments