|
14 | 14 | GEM |
15 | 15 | remote: https://rubygems.org/ |
16 | 16 | specs: |
17 | | - actionpack (6.1.7.6) |
18 | | - actionview (= 6.1.7.6) |
19 | | - activesupport (= 6.1.7.6) |
20 | | - rack (~> 2.0, >= 2.0.9) |
| 17 | + actionpack (7.1.5.2) |
| 18 | + actionview (= 7.1.5.2) |
| 19 | + activesupport (= 7.1.5.2) |
| 20 | + nokogiri (>= 1.8.5) |
| 21 | + racc |
| 22 | + rack (>= 2.2.4) |
| 23 | + rack-session (>= 1.0.1) |
21 | 24 | rack-test (>= 0.6.3) |
22 | | - rails-dom-testing (~> 2.0) |
23 | | - rails-html-sanitizer (~> 1.0, >= 1.2.0) |
24 | | - actionview (6.1.7.6) |
25 | | - activesupport (= 6.1.7.6) |
| 25 | + rails-dom-testing (~> 2.2) |
| 26 | + rails-html-sanitizer (~> 1.6) |
| 27 | + actionview (7.1.5.2) |
| 28 | + activesupport (= 7.1.5.2) |
26 | 29 | builder (~> 3.1) |
27 | | - erubi (~> 1.4) |
28 | | - rails-dom-testing (~> 2.0) |
29 | | - rails-html-sanitizer (~> 1.1, >= 1.2.0) |
30 | | - activesupport (6.1.7.6) |
| 30 | + erubi (~> 1.11) |
| 31 | + rails-dom-testing (~> 2.2) |
| 32 | + rails-html-sanitizer (~> 1.6) |
| 33 | + activesupport (7.1.5.2) |
| 34 | + base64 |
| 35 | + benchmark (>= 0.3) |
| 36 | + bigdecimal |
31 | 37 | concurrent-ruby (~> 1.0, >= 1.0.2) |
| 38 | + connection_pool (>= 2.2.5) |
| 39 | + drb |
32 | 40 | i18n (>= 1.6, < 2) |
| 41 | + logger (>= 1.4.2) |
33 | 42 | minitest (>= 5.1) |
| 43 | + mutex_m |
| 44 | + securerandom (>= 0.3) |
34 | 45 | tzinfo (~> 2.0) |
35 | | - zeitwerk (~> 2.3) |
36 | 46 | ast (2.4.2) |
37 | 47 | aws-eventstream (1.2.0) |
38 | 48 | aws-partitions (1.586.0) |
|
51 | 61 | aws-sigv4 (1.5.0) |
52 | 62 | aws-eventstream (~> 1, >= 1.0.2) |
53 | 63 | base64 (0.3.0) |
| 64 | + benchmark (0.5.0) |
54 | 65 | bigdecimal (3.3.1) |
55 | 66 | builder (3.2.4) |
56 | 67 | concurrent-ruby (1.2.2) |
| 68 | + connection_pool (2.5.4) |
57 | 69 | crass (1.0.6) |
| 70 | + date (3.4.1) |
58 | 71 | drb (2.2.3) |
| 72 | + erb (5.1.3) |
59 | 73 | erubi (1.12.0) |
60 | 74 | i18n (1.14.1) |
61 | 75 | concurrent-ruby (~> 1.0) |
| 76 | + io-console (0.8.1) |
| 77 | + irb (1.15.2) |
| 78 | + pp (>= 0.6.0) |
| 79 | + rdoc (>= 4.0.0) |
| 80 | + reline (>= 0.4.2) |
62 | 81 | jmespath (1.6.1) |
63 | | - loofah (2.19.1) |
| 82 | + logger (1.7.0) |
| 83 | + loofah (2.24.1) |
64 | 84 | crass (~> 1.0.2) |
65 | | - nokogiri (>= 1.5.9) |
66 | | - method_source (1.0.0) |
| 85 | + nokogiri (>= 1.12.0) |
67 | 86 | mime-types (3.4.1) |
68 | 87 | mime-types-data (~> 3.2015) |
69 | 88 | mime-types-data (3.2022.0105) |
|
76 | 95 | parallel (1.22.1) |
77 | 96 | parser (3.1.2.0) |
78 | 97 | ast (~> 2.4.1) |
| 98 | + pp (0.6.3) |
| 99 | + prettyprint |
| 100 | + prettyprint (0.2.0) |
| 101 | + psych (5.2.6) |
| 102 | + date |
| 103 | + stringio |
79 | 104 | racc (1.6.2) |
80 | 105 | rack (2.2.20) |
81 | 106 | rack-proxy (0.7.4) |
82 | 107 | rack |
| 108 | + rack-session (1.0.2) |
| 109 | + rack (< 3) |
83 | 110 | rack-test (2.0.2) |
84 | 111 | rack (>= 1.3) |
85 | | - rails-dom-testing (2.0.3) |
86 | | - activesupport (>= 4.2.0) |
| 112 | + rackup (1.0.1) |
| 113 | + rack (< 3) |
| 114 | + webrick |
| 115 | + rails-dom-testing (2.3.0) |
| 116 | + activesupport (>= 5.0.0) |
| 117 | + minitest |
87 | 118 | nokogiri (>= 1.6) |
88 | | - rails-html-sanitizer (1.5.0) |
89 | | - loofah (~> 2.19, >= 2.19.1) |
90 | | - railties (6.1.7.6) |
91 | | - actionpack (= 6.1.7.6) |
92 | | - activesupport (= 6.1.7.6) |
93 | | - method_source |
| 119 | + rails-html-sanitizer (1.6.2) |
| 120 | + loofah (~> 2.21) |
| 121 | + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) |
| 122 | + railties (7.1.5.2) |
| 123 | + actionpack (= 7.1.5.2) |
| 124 | + activesupport (= 7.1.5.2) |
| 125 | + irb |
| 126 | + rackup (>= 1.0.0) |
94 | 127 | rake (>= 12.2) |
95 | | - thor (~> 1.0) |
| 128 | + thor (~> 1.0, >= 1.2.2) |
| 129 | + zeitwerk (~> 2.6) |
96 | 130 | rainbow (3.1.1) |
97 | 131 | rake (13.3.0) |
| 132 | + rdoc (6.15.0) |
| 133 | + erb |
| 134 | + psych (>= 4.0.0) |
| 135 | + tsort |
98 | 136 | regexp_parser (2.3.1) |
| 137 | + reline (0.6.2) |
| 138 | + io-console (~> 0.5) |
99 | 139 | rexml (3.4.2) |
100 | 140 | rubocop (1.11.0) |
101 | 141 | parallel (~> 1.10) |
|
114 | 154 | rubocop (>= 1.7.0, < 2.0) |
115 | 155 | rubocop-ast (>= 0.4.0) |
116 | 156 | ruby-progressbar (1.11.0) |
| 157 | + securerandom (0.4.1) |
117 | 158 | semantic_range (3.0.0) |
118 | | - thor (1.2.1) |
| 159 | + stringio (3.1.7) |
| 160 | + thor (1.4.0) |
| 161 | + tsort (0.2.0) |
119 | 162 | tzinfo (2.0.6) |
120 | 163 | concurrent-ruby (~> 1.0) |
121 | 164 | unicode-display_width (2.1.0) |
|
124 | 167 | rack-proxy (>= 0.6.1) |
125 | 168 | railties (>= 5.2) |
126 | 169 | semantic_range (>= 2.3.0) |
| 170 | + webrick (1.9.1) |
127 | 171 | yard (0.9.37) |
128 | 172 | zeitwerk (2.6.11) |
129 | 173 |
|
|
0 commit comments