|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - premonition (4.0.1) |
| 4 | + premonition (4.0.2) |
5 | 5 | jekyll (>= 3.7, < 5.0) |
6 | 6 |
|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | | - addressable (2.7.0) |
| 10 | + activesupport (6.1.4.6) |
| 11 | + concurrent-ruby (~> 1.0, >= 1.0.2) |
| 12 | + i18n (>= 1.6, < 2) |
| 13 | + minitest (>= 5.1) |
| 14 | + tzinfo (~> 2.0) |
| 15 | + zeitwerk (~> 2.3) |
| 16 | + addressable (2.8.0) |
11 | 17 | public_suffix (>= 2.0.2, < 5.0) |
12 | | - ansi (1.5.0) |
13 | | - ast (2.4.0) |
| 18 | + ast (2.4.2) |
14 | 19 | colorator (1.1.0) |
15 | | - concurrent-ruby (1.1.7) |
16 | | - em-websocket (0.5.2) |
| 20 | + concurrent-ruby (1.1.9) |
| 21 | + em-websocket (0.5.3) |
17 | 22 | eventmachine (>= 0.12.9) |
18 | | - http_parser.rb (~> 0.6.0) |
| 23 | + http_parser.rb (~> 0) |
19 | 24 | eventmachine (1.2.7) |
20 | | - ffi (1.13.1) |
| 25 | + ffi (1.15.5) |
21 | 26 | forwardable-extended (2.6.0) |
22 | | - http_parser.rb (0.6.0) |
23 | | - i18n (1.8.5) |
| 27 | + http_parser.rb (0.8.0) |
| 28 | + i18n (1.10.0) |
24 | 29 | concurrent-ruby (~> 1.0) |
25 | | - jaro_winkler (1.5.4) |
26 | | - jekyll (4.1.1) |
| 30 | + jekyll (4.2.1) |
27 | 31 | addressable (~> 2.4) |
28 | 32 | colorator (~> 1.0) |
29 | 33 | em-websocket (~> 0.5) |
30 | 34 | i18n (~> 1.0) |
31 | 35 | jekyll-sass-converter (~> 2.0) |
32 | 36 | jekyll-watch (~> 2.0) |
33 | | - kramdown (~> 2.1) |
| 37 | + kramdown (~> 2.3) |
34 | 38 | kramdown-parser-gfm (~> 1.0) |
35 | 39 | liquid (~> 4.0) |
36 | 40 | mercenary (~> 0.4.0) |
37 | 41 | pathutil (~> 0.9) |
38 | 42 | rouge (~> 3.0) |
39 | 43 | safe_yaml (~> 1.0) |
40 | | - terminal-table (~> 1.8) |
41 | | - jekyll-sass-converter (2.1.0) |
| 44 | + terminal-table (~> 2.0) |
| 45 | + jekyll-sass-converter (2.2.0) |
42 | 46 | sassc (> 2.0.1, < 3.0) |
43 | 47 | jekyll-watch (2.2.1) |
44 | 48 | listen (~> 3.0) |
45 | | - kramdown (2.3.0) |
| 49 | + kramdown (2.3.1) |
46 | 50 | rexml |
47 | 51 | kramdown-parser-gfm (1.1.0) |
48 | 52 | kramdown (~> 2.0) |
49 | 53 | liquid (4.0.3) |
50 | | - listen (3.2.1) |
| 54 | + listen (3.7.1) |
51 | 55 | rb-fsevent (~> 0.10, >= 0.10.3) |
52 | 56 | rb-inotify (~> 0.9, >= 0.9.10) |
53 | 57 | mercenary (0.4.0) |
54 | | - minitest (4.7.5) |
| 58 | + minitest (5.15.0) |
55 | 59 | mocha (1.11.2) |
56 | | - parallel (1.19.1) |
57 | | - parser (2.7.0.5) |
58 | | - ast (~> 2.4.0) |
| 60 | + parallel (1.21.0) |
| 61 | + parser (3.1.1.0) |
| 62 | + ast (~> 2.4.1) |
59 | 63 | pathutil (0.16.2) |
60 | 64 | forwardable-extended (~> 2.6) |
61 | | - power_assert (1.1.7) |
| 65 | + power_assert (2.0.1) |
62 | 66 | public_suffix (4.0.6) |
63 | | - rainbow (3.0.0) |
64 | | - rake (13.0.1) |
65 | | - rb-fsevent (0.10.4) |
| 67 | + rack (2.2.3) |
| 68 | + rainbow (3.1.1) |
| 69 | + rake (13.0.6) |
| 70 | + rb-fsevent (0.11.1) |
66 | 71 | rb-inotify (0.10.1) |
67 | 72 | ffi (~> 1.0) |
68 | | - rexml (3.2.4) |
69 | | - rouge (3.23.0) |
70 | | - rubocop (0.71.0) |
71 | | - jaro_winkler (~> 1.5.1) |
| 73 | + regexp_parser (2.2.1) |
| 74 | + rexml (3.2.5) |
| 75 | + rouge (3.28.0) |
| 76 | + rubocop (1.18.4) |
72 | 77 | parallel (~> 1.10) |
73 | | - parser (>= 2.6) |
| 78 | + parser (>= 3.0.0.0) |
74 | 79 | rainbow (>= 2.2.2, < 4.0) |
| 80 | + regexp_parser (>= 1.8, < 3.0) |
| 81 | + rexml |
| 82 | + rubocop-ast (>= 1.8.0, < 2.0) |
75 | 83 | ruby-progressbar (~> 1.7) |
76 | | - unicode-display_width (>= 1.4.0, < 1.7) |
77 | | - rubocop-jekyll (0.10.0) |
78 | | - rubocop (>= 0.68.0, < 0.72.0) |
| 84 | + unicode-display_width (>= 1.4.0, < 3.0) |
| 85 | + rubocop-ast (1.16.0) |
| 86 | + parser (>= 3.1.1.0) |
| 87 | + rubocop-jekyll (0.12.0) |
| 88 | + rubocop (~> 1.18.0) |
79 | 89 | rubocop-performance (~> 1.2) |
80 | | - rubocop-performance (1.5.2) |
81 | | - rubocop (>= 0.71.0) |
82 | | - ruby-progressbar (1.10.1) |
| 90 | + rubocop-performance (1.13.2) |
| 91 | + rubocop (>= 1.7.0, < 2.0) |
| 92 | + rubocop-ast (>= 0.4.0) |
| 93 | + rubocop-rails (2.13.2) |
| 94 | + activesupport (>= 4.2.0) |
| 95 | + rack (>= 1.1) |
| 96 | + rubocop (>= 1.7.0, < 2.0) |
| 97 | + ruby-progressbar (1.11.0) |
83 | 98 | safe_yaml (1.0.5) |
84 | 99 | sassc (2.4.0) |
85 | 100 | ffi (~> 1.9) |
86 | | - terminal-table (1.8.0) |
| 101 | + terminal-table (2.0.0) |
87 | 102 | unicode-display_width (~> 1.1, >= 1.1.1) |
88 | | - test-unit (3.3.5) |
| 103 | + test-unit (3.3.9) |
89 | 104 | power_assert |
90 | | - turn (0.9.7) |
91 | | - ansi |
92 | | - minitest (~> 4) |
93 | | - unicode-display_width (1.6.1) |
| 105 | + tzinfo (2.0.4) |
| 106 | + concurrent-ruby (~> 1.0) |
| 107 | + unicode-display_width (1.8.0) |
| 108 | + zeitwerk (2.5.4) |
94 | 109 |
|
95 | 110 | PLATFORMS |
96 | | - ruby |
| 111 | + universal-darwin-21 |
97 | 112 |
|
98 | 113 | DEPENDENCIES |
99 | | - bundler (~> 2.1.4) |
| 114 | + bundler (> 2.1.4, <= 2.3.8) |
100 | 115 | mocha (~> 1.11.2) |
101 | 116 | premonition! |
102 | 117 | rake (~> 13.0.1) |
103 | | - rubocop (>= 0.68.0, < 0.72.0) |
104 | | - rubocop-jekyll (~> 0.10.0) |
| 118 | + rubocop (>= 0.68.0, <= 1.25.1) |
| 119 | + rubocop-jekyll (~> 0.12.0) |
| 120 | + rubocop-rails (~> 2.13.2) |
105 | 121 | test-unit (~> 3.3.5) |
106 | | - turn (~> 0.9.7) |
107 | 122 |
|
108 | 123 | BUNDLED WITH |
109 | | - 2.1.4 |
| 124 | + 2.3.8 |
0 commit comments