comparison Gemfile.lock @ 495:92929378413e

Update to latest rails
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:18:06 +0900
parents e508d3226214
children eadd0a3b9921
comparison
equal deleted inserted replaced
494:e508d3226214 495:92929378413e
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actioncable (7.0.8) 4 actioncable (8.0.1)
5 actionpack (= 7.0.8) 5 actionpack (= 8.0.1)
6 activesupport (= 7.0.8) 6 activesupport (= 8.0.1)
7 nio4r (~> 2.0) 7 nio4r (~> 2.0)
8 websocket-driver (>= 0.6.1) 8 websocket-driver (>= 0.6.1)
9 actionmailbox (7.0.8) 9 zeitwerk (~> 2.6)
10 actionpack (= 7.0.8) 10 actionmailbox (8.0.1)
11 activejob (= 7.0.8) 11 actionpack (= 8.0.1)
12 activerecord (= 7.0.8) 12 activejob (= 8.0.1)
13 activestorage (= 7.0.8) 13 activerecord (= 8.0.1)
14 activesupport (= 7.0.8) 14 activestorage (= 8.0.1)
15 mail (>= 2.7.1) 15 activesupport (= 8.0.1)
16 net-imap 16 mail (>= 2.8.0)
17 net-pop 17 actionmailer (8.0.1)
18 net-smtp 18 actionpack (= 8.0.1)
19 actionmailer (7.0.8) 19 actionview (= 8.0.1)
20 actionpack (= 7.0.8) 20 activejob (= 8.0.1)
21 actionview (= 7.0.8) 21 activesupport (= 8.0.1)
22 activejob (= 7.0.8) 22 mail (>= 2.8.0)
23 activesupport (= 7.0.8) 23 rails-dom-testing (~> 2.2)
24 mail (~> 2.5, >= 2.5.4) 24 actionpack (8.0.1)
25 net-imap 25 actionview (= 8.0.1)
26 net-pop 26 activesupport (= 8.0.1)
27 net-smtp 27 nokogiri (>= 1.8.5)
28 rails-dom-testing (~> 2.0) 28 rack (>= 2.2.4)
29 actionpack (7.0.8) 29 rack-session (>= 1.0.1)
30 actionview (= 7.0.8)
31 activesupport (= 7.0.8)
32 rack (~> 2.0, >= 2.2.4)
33 rack-test (>= 0.6.3) 30 rack-test (>= 0.6.3)
34 rails-dom-testing (~> 2.0) 31 rails-dom-testing (~> 2.2)
35 rails-html-sanitizer (~> 1.0, >= 1.2.0) 32 rails-html-sanitizer (~> 1.6)
36 actiontext (7.0.8) 33 useragent (~> 0.16)
37 actionpack (= 7.0.8) 34 actiontext (8.0.1)
38 activerecord (= 7.0.8) 35 actionpack (= 8.0.1)
39 activestorage (= 7.0.8) 36 activerecord (= 8.0.1)
40 activesupport (= 7.0.8) 37 activestorage (= 8.0.1)
38 activesupport (= 8.0.1)
41 globalid (>= 0.6.0) 39 globalid (>= 0.6.0)
42 nokogiri (>= 1.8.5) 40 nokogiri (>= 1.8.5)
43 actionview (7.0.8) 41 actionview (8.0.1)
44 activesupport (= 7.0.8) 42 activesupport (= 8.0.1)
45 builder (~> 3.1) 43 builder (~> 3.1)
46 erubi (~> 1.4) 44 erubi (~> 1.11)
47 rails-dom-testing (~> 2.0) 45 rails-dom-testing (~> 2.2)
48 rails-html-sanitizer (~> 1.1, >= 1.2.0) 46 rails-html-sanitizer (~> 1.6)
49 activejob (7.0.8) 47 activejob (8.0.1)
50 activesupport (= 7.0.8) 48 activesupport (= 8.0.1)
51 globalid (>= 0.3.6) 49 globalid (>= 0.3.6)
52 activemodel (7.0.8) 50 activemodel (8.0.1)
53 activesupport (= 7.0.8) 51 activesupport (= 8.0.1)
54 activerecord (7.0.8) 52 activerecord (8.0.1)
55 activemodel (= 7.0.8) 53 activemodel (= 8.0.1)
56 activesupport (= 7.0.8) 54 activesupport (= 8.0.1)
57 activestorage (7.0.8) 55 timeout (>= 0.4.0)
58 actionpack (= 7.0.8) 56 activestorage (8.0.1)
59 activejob (= 7.0.8) 57 actionpack (= 8.0.1)
60 activerecord (= 7.0.8) 58 activejob (= 8.0.1)
61 activesupport (= 7.0.8) 59 activerecord (= 8.0.1)
60 activesupport (= 8.0.1)
62 marcel (~> 1.0) 61 marcel (~> 1.0)
63 mini_mime (>= 1.1.0) 62 activesupport (8.0.1)
64 activesupport (7.0.8) 63 base64
65 concurrent-ruby (~> 1.0, >= 1.0.2) 64 benchmark (>= 0.3)
65 bigdecimal
66 concurrent-ruby (~> 1.0, >= 1.3.1)
67 connection_pool (>= 2.2.5)
68 drb
66 i18n (>= 1.6, < 2) 69 i18n (>= 1.6, < 2)
70 logger (>= 1.4.2)
67 minitest (>= 5.1) 71 minitest (>= 5.1)
68 tzinfo (~> 2.0) 72 securerandom (>= 0.3)
73 tzinfo (~> 2.0, >= 2.0.5)
74 uri (>= 0.13.1)
69 autoprefixer-rails (10.4.15.0) 75 autoprefixer-rails (10.4.15.0)
70 execjs (~> 2) 76 execjs (~> 2)
77 base64 (0.2.0)
78 benchmark (0.4.0)
79 bigdecimal (3.1.8)
71 builder (3.2.4) 80 builder (3.2.4)
72 concurrent-ruby (1.2.2) 81 concurrent-ruby (1.3.4)
82 connection_pool (2.4.1)
73 crass (1.0.6) 83 crass (1.0.6)
74 date (3.3.3) 84 date (3.4.1)
85 drb (2.2.1)
75 erubi (1.12.0) 86 erubi (1.12.0)
76 execjs (2.9.1) 87 execjs (2.9.1)
77 ffi (1.16.3) 88 ffi (1.16.3)
78 globalid (1.2.1) 89 globalid (1.2.1)
79 activesupport (>= 6.1) 90 activesupport (>= 6.1)
80 i18n (1.14.1) 91 i18n (1.14.1)
81 concurrent-ruby (~> 1.0) 92 concurrent-ruby (~> 1.0)
93 io-console (0.7.2)
94 irb (1.14.0)
95 rdoc (>= 4.0.0)
96 reline (>= 0.4.2)
82 jsbundling-rails (1.2.1) 97 jsbundling-rails (1.2.1)
83 railties (>= 6.0.0) 98 railties (>= 6.0.0)
99 logger (1.6.1)
84 loofah (2.21.4) 100 loofah (2.21.4)
85 crass (~> 1.0.2) 101 crass (~> 1.0.2)
86 nokogiri (>= 1.12.0) 102 nokogiri (>= 1.12.0)
87 mail (2.8.1) 103 mail (2.8.1)
88 mini_mime (>= 0.1.1) 104 mini_mime (>= 0.1.1)
89 net-imap 105 net-imap
90 net-pop 106 net-pop
91 net-smtp 107 net-smtp
92 marcel (1.0.2) 108 marcel (1.0.4)
93 method_source (1.0.0)
94 mini_mime (1.1.5) 109 mini_mime (1.1.5)
95 mini_portile2 (2.8.5) 110 mini_portile2 (2.8.5)
96 minitest (5.20.0) 111 minitest (5.20.0)
97 net-imap (0.4.2) 112 net-imap (0.5.1)
98 date 113 date
99 net-protocol 114 net-protocol
100 net-pop (0.1.2) 115 net-pop (0.1.2)
101 net-protocol 116 net-protocol
102 net-protocol (0.2.1) 117 net-protocol (0.2.2)
103 timeout 118 timeout
104 net-smtp (0.4.0) 119 net-smtp (0.5.0)
105 net-protocol 120 net-protocol
106 newrelic_rpm (9.5.0) 121 newrelic_rpm (9.5.0)
107 nio4r (2.5.9) 122 nio4r (2.5.9)
108 nokogiri (1.15.4) 123 nokogiri (1.15.4)
109 mini_portile2 (~> 2.8.2) 124 mini_portile2 (~> 2.8.2)
110 racc (~> 1.4) 125 racc (~> 1.4)
111 pg (1.5.4) 126 pg (1.5.4)
127 psych (5.1.2)
128 stringio
112 puma (6.4.0) 129 puma (6.4.0)
113 nio4r (~> 2.0) 130 nio4r (~> 2.0)
114 racc (1.7.1) 131 racc (1.7.1)
115 rack (2.2.8) 132 rack (2.2.8)
133 rack-session (1.0.2)
134 rack (< 3)
116 rack-test (2.1.0) 135 rack-test (2.1.0)
117 rack (>= 1.3) 136 rack (>= 1.3)
118 rails (7.0.8) 137 rackup (1.0.0)
119 actioncable (= 7.0.8) 138 rack (< 3)
120 actionmailbox (= 7.0.8) 139 webrick
121 actionmailer (= 7.0.8) 140 rails (8.0.1)
122 actionpack (= 7.0.8) 141 actioncable (= 8.0.1)
123 actiontext (= 7.0.8) 142 actionmailbox (= 8.0.1)
124 actionview (= 7.0.8) 143 actionmailer (= 8.0.1)
125 activejob (= 7.0.8) 144 actionpack (= 8.0.1)
126 activemodel (= 7.0.8) 145 actiontext (= 8.0.1)
127 activerecord (= 7.0.8) 146 actionview (= 8.0.1)
128 activestorage (= 7.0.8) 147 activejob (= 8.0.1)
129 activesupport (= 7.0.8) 148 activemodel (= 8.0.1)
149 activerecord (= 8.0.1)
150 activestorage (= 8.0.1)
151 activesupport (= 8.0.1)
130 bundler (>= 1.15.0) 152 bundler (>= 1.15.0)
131 railties (= 7.0.8) 153 railties (= 8.0.1)
132 rails-dom-testing (2.2.0) 154 rails-dom-testing (2.2.0)
133 activesupport (>= 5.0.0) 155 activesupport (>= 5.0.0)
134 minitest 156 minitest
135 nokogiri (>= 1.6) 157 nokogiri (>= 1.6)
136 rails-html-sanitizer (1.6.0) 158 rails-html-sanitizer (1.6.0)
137 loofah (~> 2.21) 159 loofah (~> 2.21)
138 nokogiri (~> 1.14) 160 nokogiri (~> 1.14)
139 railties (7.0.8) 161 railties (8.0.1)
140 actionpack (= 7.0.8) 162 actionpack (= 8.0.1)
141 activesupport (= 7.0.8) 163 activesupport (= 8.0.1)
142 method_source 164 irb (~> 1.13)
165 rackup (>= 1.0.0)
143 rake (>= 12.2) 166 rake (>= 12.2)
144 thor (~> 1.0) 167 thor (~> 1.0, >= 1.2.2)
145 zeitwerk (~> 2.5) 168 zeitwerk (~> 2.6)
146 rake (13.1.0) 169 rake (13.1.0)
170 rdoc (6.7.0)
171 psych (>= 4.0.0)
172 reline (0.5.9)
173 io-console (~> 0.5)
147 sass-rails (6.0.0) 174 sass-rails (6.0.0)
148 sassc-rails (~> 2.1, >= 2.1.1) 175 sassc-rails (~> 2.1, >= 2.1.1)
149 sassc (2.4.0) 176 sassc (2.4.0)
150 ffi (~> 1.9) 177 ffi (~> 1.9)
151 sassc-rails (2.1.2) 178 sassc-rails (2.1.2)
152 railties (>= 4.0.0) 179 railties (>= 4.0.0)
153 sassc (>= 2.0) 180 sassc (>= 2.0)
154 sprockets (> 3.0) 181 sprockets (> 3.0)
155 sprockets-rails 182 sprockets-rails
156 tilt 183 tilt
184 securerandom (0.3.1)
157 sprockets (4.2.1) 185 sprockets (4.2.1)
158 concurrent-ruby (~> 1.0) 186 concurrent-ruby (~> 1.0)
159 rack (>= 2.2.4, < 4) 187 rack (>= 2.2.4, < 4)
160 sprockets-rails (3.4.2) 188 sprockets-rails (3.4.2)
161 actionpack (>= 5.2) 189 actionpack (>= 5.2)
162 activesupport (>= 5.2) 190 activesupport (>= 5.2)
163 sprockets (>= 3.0.0) 191 sprockets (>= 3.0.0)
192 stringio (3.1.1)
164 thor (1.3.0) 193 thor (1.3.0)
165 tilt (2.3.0) 194 tilt (2.3.0)
166 timeout (0.4.0) 195 timeout (0.4.2)
167 tzinfo (2.0.6) 196 tzinfo (2.0.6)
168 concurrent-ruby (~> 1.0) 197 concurrent-ruby (~> 1.0)
198 uri (1.0.2)
199 useragent (0.16.10)
200 webrick (1.8.1)
169 websocket-driver (0.7.6) 201 websocket-driver (0.7.6)
170 websocket-extensions (>= 0.1.0) 202 websocket-extensions (>= 0.1.0)
171 websocket-extensions (0.1.5) 203 websocket-extensions (0.1.5)
172 zeitwerk (2.6.12) 204 zeitwerk (2.6.12)
173 205
178 autoprefixer-rails 210 autoprefixer-rails
179 jsbundling-rails 211 jsbundling-rails
180 newrelic_rpm 212 newrelic_rpm
181 pg 213 pg
182 puma 214 puma
183 rails (~> 7.0.1) 215 rails (~> 8.0.0)
184 sass-rails 216 sass-rails
185 sprockets-rails 217 sprockets-rails
186 218
187 BUNDLED WITH 219 BUNDLED WITH
188 2.4.3 220 2.4.3