|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - rubocop-bugcrowd (0.1.0) |
5 | | - rubocop |
| 4 | + rubocop-bugcrowd (1.0.0) |
| 5 | + rubocop (= 1.68.0) |
6 | 6 |
|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | 10 | ast (2.4.2) |
11 | | - byebug (11.1.1) |
12 | | - coderay (1.1.2) |
13 | | - diff-lcs (1.3) |
14 | | - method_source (0.9.2) |
15 | | - parallel (1.23.0) |
16 | | - parser (3.2.2.3) |
| 11 | + byebug (11.1.3) |
| 12 | + coderay (1.1.3) |
| 13 | + diff-lcs (1.5.1) |
| 14 | + json (2.8.1) |
| 15 | + language_server-protocol (3.17.0.3) |
| 16 | + method_source (1.1.0) |
| 17 | + parallel (1.26.3) |
| 18 | + parser (3.3.6.0) |
17 | 19 | ast (~> 2.4.1) |
18 | 20 | racc |
19 | | - pry (0.12.2) |
20 | | - coderay (~> 1.1.0) |
21 | | - method_source (~> 0.9.0) |
22 | | - pry-byebug (3.8.0) |
| 21 | + pry (0.14.2) |
| 22 | + coderay (~> 1.1) |
| 23 | + method_source (~> 1.0) |
| 24 | + pry-byebug (3.10.1) |
23 | 25 | byebug (~> 11.0) |
24 | | - pry (~> 0.10) |
25 | | - racc (1.7.1) |
| 26 | + pry (>= 0.13, < 0.15) |
| 27 | + racc (1.8.1) |
26 | 28 | rainbow (3.1.1) |
27 | | - rake (13.0.1) |
28 | | - regexp_parser (2.8.1) |
29 | | - rexml (3.2.6) |
30 | | - rspec (3.9.0) |
31 | | - rspec-core (~> 3.9.0) |
32 | | - rspec-expectations (~> 3.9.0) |
33 | | - rspec-mocks (~> 3.9.0) |
34 | | - rspec-core (3.9.1) |
35 | | - rspec-support (~> 3.9.1) |
36 | | - rspec-expectations (3.9.0) |
| 29 | + rake (13.2.1) |
| 30 | + regexp_parser (2.9.2) |
| 31 | + rspec (3.13.0) |
| 32 | + rspec-core (~> 3.13.0) |
| 33 | + rspec-expectations (~> 3.13.0) |
| 34 | + rspec-mocks (~> 3.13.0) |
| 35 | + rspec-core (3.13.2) |
| 36 | + rspec-support (~> 3.13.0) |
| 37 | + rspec-expectations (3.13.3) |
37 | 38 | diff-lcs (>= 1.2.0, < 2.0) |
38 | | - rspec-support (~> 3.9.0) |
39 | | - rspec-mocks (3.9.1) |
| 39 | + rspec-support (~> 3.13.0) |
| 40 | + rspec-mocks (3.13.2) |
40 | 41 | diff-lcs (>= 1.2.0, < 2.0) |
41 | | - rspec-support (~> 3.9.0) |
42 | | - rspec-support (3.9.2) |
43 | | - rubocop (0.93.1) |
| 42 | + rspec-support (~> 3.13.0) |
| 43 | + rspec-support (3.13.1) |
| 44 | + rubocop (1.68.0) |
| 45 | + json (~> 2.3) |
| 46 | + language_server-protocol (>= 3.17.0) |
44 | 47 | parallel (~> 1.10) |
45 | | - parser (>= 2.7.1.5) |
| 48 | + parser (>= 3.3.0.2) |
46 | 49 | rainbow (>= 2.2.2, < 4.0) |
47 | | - regexp_parser (>= 1.8) |
48 | | - rexml |
49 | | - rubocop-ast (>= 0.6.0) |
| 50 | + regexp_parser (>= 2.4, < 3.0) |
| 51 | + rubocop-ast (>= 1.32.2, < 2.0) |
50 | 52 | ruby-progressbar (~> 1.7) |
51 | | - unicode-display_width (>= 1.4.0, < 2.0) |
52 | | - rubocop-ast (1.29.0) |
53 | | - parser (>= 3.2.1.0) |
| 53 | + unicode-display_width (>= 2.4.0, < 3.0) |
| 54 | + rubocop-ast (1.34.1) |
| 55 | + parser (>= 3.3.1.0) |
54 | 56 | ruby-progressbar (1.13.0) |
55 | | - unicode-display_width (1.8.0) |
| 57 | + unicode-display_width (2.6.0) |
56 | 58 |
|
57 | 59 | PLATFORMS |
58 | 60 | ruby |
59 | 61 |
|
60 | 62 | DEPENDENCIES |
61 | | - pry-byebug |
62 | | - rake (~> 13.0) |
63 | | - rspec (~> 3.0) |
64 | | - rubocop (~> 0.93) |
| 63 | + pry-byebug (= 3.10.1) |
| 64 | + rake |
| 65 | + rspec |
| 66 | + rubocop (= 1.68.0) |
65 | 67 | rubocop-bugcrowd! |
66 | 68 |
|
67 | 69 | BUNDLED WITH |
68 | | - 2.1.4 |
| 70 | + 2.5.16 |
0 commit comments