Mercurial > zeropaste
annotate Gemfile.lock @ 499:d2ef59c9a4b4
Use rails rubocop
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:33:27 +0900 |
parents | 300bac944674 |
children |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
495 | 4 actioncable (8.0.1) |
5 actionpack (= 8.0.1) | |
6 activesupport (= 8.0.1) | |
447 | 7 nio4r (~> 2.0) |
459
07d6c6639adf
Upgrade to rails 5.2. RIP code style.
nanaya <me@nanaya.pro>
parents:
457
diff
changeset
|
8 websocket-driver (>= 0.6.1) |
495 | 9 zeitwerk (~> 2.6) |
10 actionmailbox (8.0.1) | |
11 actionpack (= 8.0.1) | |
12 activejob (= 8.0.1) | |
13 activerecord (= 8.0.1) | |
14 activestorage (= 8.0.1) | |
15 activesupport (= 8.0.1) | |
16 mail (>= 2.8.0) | |
17 actionmailer (8.0.1) | |
18 actionpack (= 8.0.1) | |
19 actionview (= 8.0.1) | |
20 activejob (= 8.0.1) | |
21 activesupport (= 8.0.1) | |
22 mail (>= 2.8.0) | |
23 rails-dom-testing (~> 2.2) | |
24 actionpack (8.0.1) | |
25 actionview (= 8.0.1) | |
26 activesupport (= 8.0.1) | |
27 nokogiri (>= 1.8.5) | |
28 rack (>= 2.2.4) | |
29 rack-session (>= 1.0.1) | |
454 | 30 rack-test (>= 0.6.3) |
495 | 31 rails-dom-testing (~> 2.2) |
32 rails-html-sanitizer (~> 1.6) | |
33 useragent (~> 0.16) | |
34 actiontext (8.0.1) | |
35 actionpack (= 8.0.1) | |
36 activerecord (= 8.0.1) | |
37 activestorage (= 8.0.1) | |
38 activesupport (= 8.0.1) | |
485 | 39 globalid (>= 0.6.0) |
467 | 40 nokogiri (>= 1.8.5) |
495 | 41 actionview (8.0.1) |
42 activesupport (= 8.0.1) | |
304 | 43 builder (~> 3.1) |
495 | 44 erubi (~> 1.11) |
45 rails-dom-testing (~> 2.2) | |
46 rails-html-sanitizer (~> 1.6) | |
47 activejob (8.0.1) | |
48 activesupport (= 8.0.1) | |
431 | 49 globalid (>= 0.3.6) |
495 | 50 activemodel (8.0.1) |
51 activesupport (= 8.0.1) | |
52 activerecord (8.0.1) | |
53 activemodel (= 8.0.1) | |
54 activesupport (= 8.0.1) | |
55 timeout (>= 0.4.0) | |
56 activestorage (8.0.1) | |
57 actionpack (= 8.0.1) | |
58 activejob (= 8.0.1) | |
59 activerecord (= 8.0.1) | |
60 activesupport (= 8.0.1) | |
485 | 61 marcel (~> 1.0) |
495 | 62 activesupport (8.0.1) |
63 base64 | |
64 benchmark (>= 0.3) | |
65 bigdecimal | |
66 concurrent-ruby (~> 1.0, >= 1.3.1) | |
67 connection_pool (>= 2.2.5) | |
68 drb | |
480 | 69 i18n (>= 1.6, < 2) |
495 | 70 logger (>= 1.4.2) |
480 | 71 minitest (>= 5.1) |
495 | 72 securerandom (>= 0.3) |
73 tzinfo (~> 2.0, >= 2.0.5) | |
74 uri (>= 0.13.1) | |
499 | 75 ast (2.4.2) |
496 | 76 autoprefixer-rails (10.4.19.0) |
480 | 77 execjs (~> 2) |
495 | 78 base64 (0.2.0) |
79 benchmark (0.4.0) | |
80 bigdecimal (3.1.8) | |
496 | 81 builder (3.3.0) |
495 | 82 concurrent-ruby (1.3.4) |
83 connection_pool (2.4.1) | |
468 | 84 crass (1.0.6) |
495 | 85 date (3.4.1) |
86 drb (2.2.1) | |
496 | 87 erubi (1.13.0) |
88 execjs (2.10.0) | |
89 ffi (1.17.0) | |
494 | 90 globalid (1.2.1) |
91 activesupport (>= 6.1) | |
496 | 92 i18n (1.14.6) |
457 | 93 concurrent-ruby (~> 1.0) |
496 | 94 io-console (0.8.0) |
95 irb (1.14.2) | |
495 | 96 rdoc (>= 4.0.0) |
97 reline (>= 0.4.2) | |
496 | 98 jsbundling-rails (1.3.1) |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
99 railties (>= 6.0.0) |
499 | 100 json (2.9.0) |
101 language_server-protocol (3.17.0.3) | |
496 | 102 logger (1.6.3) |
103 loofah (2.23.1) | |
457 | 104 crass (~> 1.0.2) |
494 | 105 nokogiri (>= 1.12.0) |
106 mail (2.8.1) | |
457 | 107 mini_mime (>= 0.1.1) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
108 net-imap |
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
109 net-pop |
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
110 net-smtp |
495 | 111 marcel (1.0.4) |
494 | 112 mini_mime (1.1.5) |
496 | 113 mini_portile2 (2.8.8) |
114 minitest (5.25.4) | |
495 | 115 net-imap (0.5.1) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
116 date |
485 | 117 net-protocol |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
118 net-pop (0.1.2) |
485 | 119 net-protocol |
495 | 120 net-protocol (0.2.2) |
485 | 121 timeout |
495 | 122 net-smtp (0.5.0) |
485 | 123 net-protocol |
496 | 124 nio4r (2.7.4) |
125 nokogiri (1.17.2) | |
494 | 126 mini_portile2 (~> 2.8.2) |
480 | 127 racc (~> 1.4) |
499 | 128 parallel (1.26.3) |
129 parser (3.3.6.0) | |
130 ast (~> 2.4.1) | |
131 racc | |
496 | 132 pg (1.5.9) |
133 psych (5.2.1) | |
134 date | |
495 | 135 stringio |
496 | 136 puma (6.5.0) |
467 | 137 nio4r (~> 2.0) |
496 | 138 racc (1.8.1) |
139 rack (3.1.8) | |
140 rack-session (2.0.0) | |
141 rack (>= 3.0.0) | |
494 | 142 rack-test (2.1.0) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
143 rack (>= 1.3) |
496 | 144 rackup (2.2.1) |
145 rack (>= 3) | |
495 | 146 rails (8.0.1) |
147 actioncable (= 8.0.1) | |
148 actionmailbox (= 8.0.1) | |
149 actionmailer (= 8.0.1) | |
150 actionpack (= 8.0.1) | |
151 actiontext (= 8.0.1) | |
152 actionview (= 8.0.1) | |
153 activejob (= 8.0.1) | |
154 activemodel (= 8.0.1) | |
155 activerecord (= 8.0.1) | |
156 activestorage (= 8.0.1) | |
157 activesupport (= 8.0.1) | |
480 | 158 bundler (>= 1.15.0) |
495 | 159 railties (= 8.0.1) |
494 | 160 rails-dom-testing (2.2.0) |
161 activesupport (>= 5.0.0) | |
162 minitest | |
451 | 163 nokogiri (>= 1.6) |
496 | 164 rails-html-sanitizer (1.6.2) |
494 | 165 loofah (~> 2.21) |
496 | 166 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) |
495 | 167 railties (8.0.1) |
168 actionpack (= 8.0.1) | |
169 activesupport (= 8.0.1) | |
170 irb (~> 1.13) | |
171 rackup (>= 1.0.0) | |
485 | 172 rake (>= 12.2) |
495 | 173 thor (~> 1.0, >= 1.2.2) |
174 zeitwerk (~> 2.6) | |
499 | 175 rainbow (3.1.1) |
496 | 176 rake (13.2.1) |
177 rdoc (6.9.0) | |
495 | 178 psych (>= 4.0.0) |
499 | 179 regexp_parser (2.9.3) |
496 | 180 reline (0.5.12) |
495 | 181 io-console (~> 0.5) |
499 | 182 rubocop (1.69.2) |
183 json (~> 2.3) | |
184 language_server-protocol (>= 3.17.0) | |
185 parallel (~> 1.10) | |
186 parser (>= 3.3.0.2) | |
187 rainbow (>= 2.2.2, < 4.0) | |
188 regexp_parser (>= 2.9.3, < 3.0) | |
189 rubocop-ast (>= 1.36.2, < 2.0) | |
190 ruby-progressbar (~> 1.7) | |
191 unicode-display_width (>= 2.4.0, < 4.0) | |
192 rubocop-ast (1.37.0) | |
193 parser (>= 3.3.1.0) | |
194 rubocop-minitest (0.36.0) | |
195 rubocop (>= 1.61, < 2.0) | |
196 rubocop-ast (>= 1.31.1, < 2.0) | |
197 rubocop-performance (1.23.0) | |
198 rubocop (>= 1.48.1, < 2.0) | |
199 rubocop-ast (>= 1.31.1, < 2.0) | |
200 rubocop-rails (2.27.0) | |
201 activesupport (>= 4.2.0) | |
202 rack (>= 1.1) | |
203 rubocop (>= 1.52.0, < 2.0) | |
204 rubocop-ast (>= 1.31.1, < 2.0) | |
205 rubocop-rails-omakase (1.0.0) | |
206 rubocop | |
207 rubocop-minitest | |
208 rubocop-performance | |
209 rubocop-rails | |
210 ruby-progressbar (1.13.0) | |
467 | 211 sass-rails (6.0.0) |
212 sassc-rails (~> 2.1, >= 2.1.1) | |
476 | 213 sassc (2.4.0) |
465 | 214 ffi (~> 1.9) |
467 | 215 sassc-rails (2.1.2) |
216 railties (>= 4.0.0) | |
217 sassc (>= 2.0) | |
218 sprockets (> 3.0) | |
219 sprockets-rails | |
220 tilt | |
496 | 221 securerandom (0.4.0) |
494 | 222 sprockets (4.2.1) |
429 | 223 concurrent-ruby (~> 1.0) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
224 rack (>= 2.2.4, < 4) |
496 | 225 sprockets-rails (3.5.2) |
226 actionpack (>= 6.1) | |
227 activesupport (>= 6.1) | |
429 | 228 sprockets (>= 3.0.0) |
496 | 229 stringio (3.1.2) |
230 thor (1.3.2) | |
231 tilt (2.4.0) | |
495 | 232 timeout (0.4.2) |
494 | 233 tzinfo (2.0.6) |
480 | 234 concurrent-ruby (~> 1.0) |
499 | 235 unicode-display_width (3.1.2) |
236 unicode-emoji (~> 4.0, >= 4.0.4) | |
237 unicode-emoji (4.0.4) | |
495 | 238 uri (1.0.2) |
496 | 239 useragent (0.16.11) |
494 | 240 websocket-driver (0.7.6) |
431 | 241 websocket-extensions (>= 0.1.0) |
476 | 242 websocket-extensions (0.1.5) |
496 | 243 zeitwerk (2.7.1) |
0 | 244 |
245 PLATFORMS | |
246 ruby | |
247 | |
248 DEPENDENCIES | |
469 | 249 autoprefixer-rails |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
250 jsbundling-rails |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
251 pg |
437 | 252 puma |
495 | 253 rails (~> 8.0.0) |
499 | 254 rubocop-rails-omakase |
459
07d6c6639adf
Upgrade to rails 5.2. RIP code style.
nanaya <me@nanaya.pro>
parents:
457
diff
changeset
|
255 sass-rails |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
256 sprockets-rails |
372 | 257 |
258 BUNDLED WITH | |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
259 2.4.3 |