|
2 | 2 | remote: . |
3 | 3 | specs: |
4 | 4 | stream-chat-ruby (3.1.0) |
5 | | - faraday (= 1.10.0) |
6 | | - faraday-multipart (= 1.0.3) |
7 | | - faraday-net_http_persistent (= 1.2.0) |
8 | | - jwt (= 2.3.0) |
9 | | - net-http-persistent (= 4.0.1) |
10 | | - sorbet-runtime (= 0.5.10354) |
| 5 | + faraday (~> 1.10.0) |
| 6 | + faraday-multipart (~> 1.0.3) |
| 7 | + faraday-net_http_persistent (~> 1.2) |
| 8 | + jwt (~> 2.3) |
| 9 | + net-http-persistent (~> 4.0) |
| 10 | + sorbet-runtime (~> 0.5.10539) |
11 | 11 |
|
12 | 12 | GEM |
13 | 13 | remote: https://rubygems.org/ |
14 | 14 | specs: |
15 | 15 | ansi (1.5.0) |
16 | 16 | ast (2.4.2) |
17 | 17 | coderay (1.1.3) |
18 | | - connection_pool (2.2.5) |
| 18 | + connection_pool (2.3.0) |
19 | 19 | diff-lcs (1.5.0) |
20 | 20 | docile (1.4.0) |
21 | | - faraday (1.10.0) |
| 21 | + faraday (1.10.2) |
22 | 22 | faraday-em_http (~> 1.0) |
23 | 23 | faraday-em_synchrony (~> 1.0) |
24 | 24 | faraday-excon (~> 1.1) |
|
34 | 34 | faraday-em_synchrony (1.0.0) |
35 | 35 | faraday-excon (1.1.0) |
36 | 36 | faraday-httpclient (1.0.1) |
37 | | - faraday-multipart (1.0.3) |
38 | | - multipart-post (>= 1.2, < 3) |
| 37 | + faraday-multipart (1.0.4) |
| 38 | + multipart-post (~> 2) |
39 | 39 | faraday-net_http (1.0.1) |
40 | 40 | faraday-net_http_persistent (1.2.0) |
41 | 41 | faraday-patron (1.0.0) |
42 | 42 | faraday-rack (1.0.0) |
43 | 43 | faraday-retry (1.0.3) |
44 | | - jwt (2.3.0) |
| 44 | + json (2.6.2) |
| 45 | + jwt (2.5.0) |
45 | 46 | method_source (1.0.0) |
46 | 47 | multipart-post (2.2.3) |
47 | 48 | net-http-persistent (4.0.1) |
|
58 | 59 | rack (2.2.4) |
59 | 60 | rainbow (3.1.1) |
60 | 61 | rake (13.0.6) |
61 | | - regexp_parser (2.5.0) |
| 62 | + regexp_parser (2.6.0) |
62 | 63 | rexml (3.2.5) |
63 | | - rspec (3.11.0) |
64 | | - rspec-core (~> 3.11.0) |
65 | | - rspec-expectations (~> 3.11.0) |
66 | | - rspec-mocks (~> 3.11.0) |
67 | | - rspec-core (3.11.0) |
68 | | - rspec-support (~> 3.11.0) |
69 | | - rspec-expectations (3.11.0) |
| 64 | + rspec (3.12.0) |
| 65 | + rspec-core (~> 3.12.0) |
| 66 | + rspec-expectations (~> 3.12.0) |
| 67 | + rspec-mocks (~> 3.12.0) |
| 68 | + rspec-core (3.12.0) |
| 69 | + rspec-support (~> 3.12.0) |
| 70 | + rspec-expectations (3.12.0) |
70 | 71 | diff-lcs (>= 1.2.0, < 2.0) |
71 | | - rspec-support (~> 3.11.0) |
72 | | - rspec-mocks (3.11.1) |
| 72 | + rspec-support (~> 3.12.0) |
| 73 | + rspec-mocks (3.12.0) |
73 | 74 | diff-lcs (>= 1.2.0, < 2.0) |
74 | | - rspec-support (~> 3.11.0) |
75 | | - rspec-support (3.11.0) |
76 | | - rubocop (1.28.2) |
| 75 | + rspec-support (~> 3.12.0) |
| 76 | + rspec-support (3.12.0) |
| 77 | + rubocop (1.38.0) |
| 78 | + json (~> 2.3) |
77 | 79 | parallel (~> 1.10) |
78 | | - parser (>= 3.1.0.0) |
| 80 | + parser (>= 3.1.2.1) |
79 | 81 | rainbow (>= 2.2.2, < 4.0) |
80 | 82 | regexp_parser (>= 1.8, < 3.0) |
81 | | - rexml |
82 | | - rubocop-ast (>= 1.17.0, < 2.0) |
| 83 | + rexml (>= 3.2.5, < 4.0) |
| 84 | + rubocop-ast (>= 1.23.0, < 2.0) |
83 | 85 | ruby-progressbar (~> 1.7) |
84 | 86 | unicode-display_width (>= 1.4.0, < 3.0) |
85 | | - rubocop-ast (1.17.0) |
| 87 | + rubocop-ast (1.23.0) |
86 | 88 | parser (>= 3.1.1.0) |
87 | 89 | ruby-progressbar (1.11.0) |
88 | 90 | ruby2_keywords (0.0.5) |
|
96 | 98 | terminal-table |
97 | 99 | simplecov-html (0.12.3) |
98 | 100 | simplecov_json_formatter (0.1.4) |
99 | | - sorbet (0.5.10346) |
100 | | - sorbet-static (= 0.5.10346) |
101 | | - sorbet-runtime (0.5.10354) |
102 | | - sorbet-static (0.5.10346-universal-darwin-21) |
103 | | - sorbet-static (0.5.10346-x86_64-linux) |
| 101 | + sorbet (0.5.10539) |
| 102 | + sorbet-static (= 0.5.10539) |
| 103 | + sorbet-runtime (0.5.10539) |
| 104 | + sorbet-static (0.5.10539-universal-darwin-20) |
| 105 | + sorbet-static (0.5.10539-universal-darwin-21) |
| 106 | + sorbet-static (0.5.10539-x86_64-linux) |
104 | 107 | terminal-table (3.0.2) |
105 | 108 | unicode-display_width (>= 1.1.1, < 3) |
106 | | - unicode-display_width (2.2.0) |
| 109 | + unicode-display_width (2.3.0) |
107 | 110 | webrick (1.7.0) |
108 | 111 | yard (0.9.28) |
109 | 112 | webrick (~> 1.7.0) |
110 | 113 |
|
111 | 114 | PLATFORMS |
| 115 | + x86_64-darwin-20 |
112 | 116 | x86_64-darwin-21 |
113 | 117 | x86_64-linux |
114 | 118 |
|
115 | 119 | DEPENDENCIES |
116 | | - method_source (= 1.0.0) |
117 | | - pry (= 0.14.1) |
118 | | - pry-doc (= 1.3.0) |
119 | | - rack (= 2.2.4) |
120 | | - rake (= 13.0.6) |
121 | | - rspec (= 3.11.0) |
122 | | - rubocop (= 1.28.2) |
123 | | - rubocop-ast (= 1.17.0) |
124 | | - simplecov (= 0.21.2) |
125 | | - simplecov-console (= 0.9.1) |
126 | | - sorbet (= 0.5.10346) |
| 120 | + method_source (~> 1.0) |
| 121 | + pry (~> 0.14) |
| 122 | + pry-doc (~> 1.3) |
| 123 | + rack (~> 2.2.4) |
| 124 | + rake (~> 13.0) |
| 125 | + rspec (~> 3.12) |
| 126 | + rubocop (~> 1.38) |
| 127 | + rubocop-ast (~> 1.23) |
| 128 | + simplecov (~> 0.21.2) |
| 129 | + simplecov-console (~> 0.9.1) |
| 130 | + sorbet (~> 0.5.10539) |
127 | 131 | stream-chat-ruby! |
128 | 132 |
|
129 | 133 | BUNDLED WITH |
|
0 commit comments