Mercurial > zeropaste
annotate Gemfile.lock @ 498:300bac944674
Remove newrelic
To be replaced with sentry (maybe).
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Dec 2024 22:31:14 +0900 |
parents | eadd0a3b9921 |
children | d2ef59c9a4b4 |
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) | |
496 | 75 autoprefixer-rails (10.4.19.0) |
480 | 76 execjs (~> 2) |
495 | 77 base64 (0.2.0) |
78 benchmark (0.4.0) | |
79 bigdecimal (3.1.8) | |
496 | 80 builder (3.3.0) |
495 | 81 concurrent-ruby (1.3.4) |
82 connection_pool (2.4.1) | |
468 | 83 crass (1.0.6) |
495 | 84 date (3.4.1) |
85 drb (2.2.1) | |
496 | 86 erubi (1.13.0) |
87 execjs (2.10.0) | |
88 ffi (1.17.0) | |
494 | 89 globalid (1.2.1) |
90 activesupport (>= 6.1) | |
496 | 91 i18n (1.14.6) |
457 | 92 concurrent-ruby (~> 1.0) |
496 | 93 io-console (0.8.0) |
94 irb (1.14.2) | |
495 | 95 rdoc (>= 4.0.0) |
96 reline (>= 0.4.2) | |
496 | 97 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
|
98 railties (>= 6.0.0) |
496 | 99 logger (1.6.3) |
100 loofah (2.23.1) | |
457 | 101 crass (~> 1.0.2) |
494 | 102 nokogiri (>= 1.12.0) |
103 mail (2.8.1) | |
457 | 104 mini_mime (>= 0.1.1) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
105 net-imap |
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
106 net-pop |
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
107 net-smtp |
495 | 108 marcel (1.0.4) |
494 | 109 mini_mime (1.1.5) |
496 | 110 mini_portile2 (2.8.8) |
111 minitest (5.25.4) | |
495 | 112 net-imap (0.5.1) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
113 date |
485 | 114 net-protocol |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
115 net-pop (0.1.2) |
485 | 116 net-protocol |
495 | 117 net-protocol (0.2.2) |
485 | 118 timeout |
495 | 119 net-smtp (0.5.0) |
485 | 120 net-protocol |
496 | 121 nio4r (2.7.4) |
122 nokogiri (1.17.2) | |
494 | 123 mini_portile2 (~> 2.8.2) |
480 | 124 racc (~> 1.4) |
496 | 125 pg (1.5.9) |
126 psych (5.2.1) | |
127 date | |
495 | 128 stringio |
496 | 129 puma (6.5.0) |
467 | 130 nio4r (~> 2.0) |
496 | 131 racc (1.8.1) |
132 rack (3.1.8) | |
133 rack-session (2.0.0) | |
134 rack (>= 3.0.0) | |
494 | 135 rack-test (2.1.0) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
136 rack (>= 1.3) |
496 | 137 rackup (2.2.1) |
138 rack (>= 3) | |
495 | 139 rails (8.0.1) |
140 actioncable (= 8.0.1) | |
141 actionmailbox (= 8.0.1) | |
142 actionmailer (= 8.0.1) | |
143 actionpack (= 8.0.1) | |
144 actiontext (= 8.0.1) | |
145 actionview (= 8.0.1) | |
146 activejob (= 8.0.1) | |
147 activemodel (= 8.0.1) | |
148 activerecord (= 8.0.1) | |
149 activestorage (= 8.0.1) | |
150 activesupport (= 8.0.1) | |
480 | 151 bundler (>= 1.15.0) |
495 | 152 railties (= 8.0.1) |
494 | 153 rails-dom-testing (2.2.0) |
154 activesupport (>= 5.0.0) | |
155 minitest | |
451 | 156 nokogiri (>= 1.6) |
496 | 157 rails-html-sanitizer (1.6.2) |
494 | 158 loofah (~> 2.21) |
496 | 159 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 | 160 railties (8.0.1) |
161 actionpack (= 8.0.1) | |
162 activesupport (= 8.0.1) | |
163 irb (~> 1.13) | |
164 rackup (>= 1.0.0) | |
485 | 165 rake (>= 12.2) |
495 | 166 thor (~> 1.0, >= 1.2.2) |
167 zeitwerk (~> 2.6) | |
496 | 168 rake (13.2.1) |
169 rdoc (6.9.0) | |
495 | 170 psych (>= 4.0.0) |
496 | 171 reline (0.5.12) |
495 | 172 io-console (~> 0.5) |
467 | 173 sass-rails (6.0.0) |
174 sassc-rails (~> 2.1, >= 2.1.1) | |
476 | 175 sassc (2.4.0) |
465 | 176 ffi (~> 1.9) |
467 | 177 sassc-rails (2.1.2) |
178 railties (>= 4.0.0) | |
179 sassc (>= 2.0) | |
180 sprockets (> 3.0) | |
181 sprockets-rails | |
182 tilt | |
496 | 183 securerandom (0.4.0) |
494 | 184 sprockets (4.2.1) |
429 | 185 concurrent-ruby (~> 1.0) |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
186 rack (>= 2.2.4, < 4) |
496 | 187 sprockets-rails (3.5.2) |
188 actionpack (>= 6.1) | |
189 activesupport (>= 6.1) | |
429 | 190 sprockets (>= 3.0.0) |
496 | 191 stringio (3.1.2) |
192 thor (1.3.2) | |
193 tilt (2.4.0) | |
495 | 194 timeout (0.4.2) |
494 | 195 tzinfo (2.0.6) |
480 | 196 concurrent-ruby (~> 1.0) |
495 | 197 uri (1.0.2) |
496 | 198 useragent (0.16.11) |
494 | 199 websocket-driver (0.7.6) |
431 | 200 websocket-extensions (>= 0.1.0) |
476 | 201 websocket-extensions (0.1.5) |
496 | 202 zeitwerk (2.7.1) |
0 | 203 |
204 PLATFORMS | |
205 ruby | |
206 | |
207 DEPENDENCIES | |
469 | 208 autoprefixer-rails |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
209 jsbundling-rails |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
210 pg |
437 | 211 puma |
495 | 212 rails (~> 8.0.0) |
459
07d6c6639adf
Upgrade to rails 5.2. RIP code style.
nanaya <me@nanaya.pro>
parents:
457
diff
changeset
|
213 sass-rails |
489
361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
nanaya <me@nanaya.net>
parents:
487
diff
changeset
|
214 sprockets-rails |
372 | 215 |
216 BUNDLED WITH | |
487
5246edd5b8ad
Update gems and remove jruby support
nanaya <me@nanaya.net>
parents:
485
diff
changeset
|
217 2.4.3 |