|
3 | 3 | specs:
|
4 | 4 | scruby (0.3)
|
5 | 5 | concurrent-ruby (~> 1.1)
|
6 |
| - concurrent-ruby-edge (~> 0.5.0) |
| 6 | + concurrent-ruby-edge (~> 0.6.0) |
7 | 7 | facets (~> 3.1)
|
8 | 8 | ruby-osc (~> 1.0)
|
9 | 9 | tty-which (~> 0.4)
|
10 | 10 |
|
11 | 11 | GEM
|
12 | 12 | remote: https://rubygems.org/
|
13 | 13 | specs:
|
14 |
| - ast (2.4.0) |
15 |
| - byebug (11.1.1) |
16 |
| - concurrent-ruby (1.1.6) |
17 |
| - concurrent-ruby-edge (0.5.0) |
18 |
| - concurrent-ruby (~> 1.1.5) |
19 |
| - diff-lcs (1.3) |
| 14 | + ast (2.4.1) |
| 15 | + byebug (11.1.3) |
| 16 | + concurrent-ruby (1.1.7) |
| 17 | + concurrent-ruby-edge (0.6.0) |
| 18 | + concurrent-ruby (~> 1.1.6) |
| 19 | + diff-lcs (1.4.4) |
20 | 20 | eventmachine (1.2.7)
|
21 | 21 | facets (3.1.0)
|
22 |
| - ffi (1.12.2) |
| 22 | + ffi (1.13.1) |
23 | 23 | io-console (0.5.6)
|
24 |
| - irb (1.2.3) |
25 |
| - reline (>= 0.0.1) |
26 |
| - jaro_winkler (1.5.4) |
| 24 | + irb (1.2.6) |
| 25 | + reline (>= 0.1.5) |
27 | 26 | listen (3.2.1)
|
28 | 27 | rb-fsevent (~> 0.10, >= 0.10.3)
|
29 | 28 | rb-inotify (~> 0.9, >= 0.9.10)
|
30 |
| - parallel (1.19.1) |
31 |
| - parser (2.7.1.0) |
32 |
| - ast (~> 2.4.0) |
| 29 | + parallel (1.19.2) |
| 30 | + parser (2.7.1.4) |
| 31 | + ast (~> 2.4.1) |
33 | 32 | rainbow (3.0.0)
|
34 | 33 | rantly (2.0.0)
|
35 |
| - rb-fsevent (0.10.3) |
| 34 | + rb-fsevent (0.10.4) |
36 | 35 | rb-inotify (0.10.1)
|
37 | 36 | ffi (~> 1.0)
|
38 | 37 | rdoc (6.2.1)
|
39 |
| - reline (0.1.3) |
| 38 | + regexp_parser (1.7.1) |
| 39 | + reline (0.1.5) |
40 | 40 | io-console (~> 0.5)
|
41 | 41 | rexml (3.2.4)
|
42 | 42 | rspec (3.9.0)
|
43 | 43 | rspec-core (~> 3.9.0)
|
44 | 44 | rspec-expectations (~> 3.9.0)
|
45 | 45 | rspec-mocks (~> 3.9.0)
|
46 |
| - rspec-core (3.9.1) |
47 |
| - rspec-support (~> 3.9.1) |
48 |
| - rspec-expectations (3.9.1) |
| 46 | + rspec-core (3.9.2) |
| 47 | + rspec-support (~> 3.9.3) |
| 48 | + rspec-expectations (3.9.2) |
49 | 49 | diff-lcs (>= 1.2.0, < 2.0)
|
50 | 50 | rspec-support (~> 3.9.0)
|
51 | 51 | rspec-mocks (3.9.1)
|
52 | 52 | diff-lcs (>= 1.2.0, < 2.0)
|
53 | 53 | rspec-support (~> 3.9.0)
|
54 |
| - rspec-support (3.9.2) |
55 |
| - rubocop (0.81.0) |
56 |
| - jaro_winkler (~> 1.5.1) |
| 54 | + rspec-support (3.9.3) |
| 55 | + rubocop (0.90.0) |
57 | 56 | parallel (~> 1.10)
|
58 |
| - parser (>= 2.7.0.1) |
| 57 | + parser (>= 2.7.1.1) |
59 | 58 | rainbow (>= 2.2.2, < 4.0)
|
| 59 | + regexp_parser (>= 1.7) |
60 | 60 | rexml
|
| 61 | + rubocop-ast (>= 0.3.0, < 1.0) |
61 | 62 | ruby-progressbar (~> 1.7)
|
62 | 63 | unicode-display_width (>= 1.4.0, < 2.0)
|
| 64 | + rubocop-ast (0.4.0) |
| 65 | + parser (>= 2.7.1.4) |
63 | 66 | ruby-osc (1.0.0)
|
64 | 67 | eventmachine (~> 1.2)
|
65 | 68 | ruby-progressbar (1.10.1)
|
66 | 69 | tty-which (0.4.2)
|
67 | 70 | unicode-display_width (1.7.0)
|
68 | 71 | yard (0.9.25)
|
69 |
| - zeitwerk (2.3.0) |
| 72 | + zeitwerk (2.4.0) |
70 | 73 |
|
71 | 74 | PLATFORMS
|
72 | 75 | ruby
|
|
0 commit comments