summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock199
1 files changed, 108 insertions, 91 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 20b0403..b5c5c77 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,99 +1,110 @@
1GIT 1GIT
2 remote: https://github.com/collectiveidea/awesome_nested_set.git
3 revision: 7a642749af74519b4bf3642d939061beb36835e1
4 branch: main
5 specs:
6 awesome_nested_set (3.9.0)
7 activerecord (>= 4.0.0, < 8.2)
8
9GIT
2 remote: https://github.com/erdgeist/chaoscalendar.git 10 remote: https://github.com/erdgeist/chaoscalendar.git
3 revision: 3c0b34dd260f11d15378a6255d9862d629c8413a 11 revision: 3c0b34dd260f11d15378a6255d9862d629c8413a
4 branch: erdgeist-ruby1.9 12 branch: erdgeist-ruby1.9
5 specs: 13 specs:
6 chaos_calendar (0.1.3) 14 chaos_calendar (0.1.3)
7 15
16GIT
17 remote: https://github.com/mbleigh/acts-as-taggable-on.git
18 revision: 1df5ac334c7f6321ac6b967fb014f834b3aa1e09
19 branch: master
20 specs:
21 acts-as-taggable-on (13.0.0)
22 activerecord (>= 7.1, < 8.2)
23 zeitwerk (>= 2.4, < 3.0)
24
8GEM 25GEM
9 remote: https://rubygems.org/ 26 remote: https://rubygems.org/
10 specs: 27 specs:
11 actioncable (7.2.3) 28 action_text-trix (2.1.19)
12 actionpack (= 7.2.3) 29 railties
13 activesupport (= 7.2.3) 30 actioncable (8.1.3)
31 actionpack (= 8.1.3)
32 activesupport (= 8.1.3)
14 nio4r (~> 2.0) 33 nio4r (~> 2.0)
15 websocket-driver (>= 0.6.1) 34 websocket-driver (>= 0.6.1)
16 zeitwerk (~> 2.6) 35 zeitwerk (~> 2.6)
17 actionmailbox (7.2.3) 36 actionmailbox (8.1.3)
18 actionpack (= 7.2.3) 37 actionpack (= 8.1.3)
19 activejob (= 7.2.3) 38 activejob (= 8.1.3)
20 activerecord (= 7.2.3) 39 activerecord (= 8.1.3)
21 activestorage (= 7.2.3) 40 activestorage (= 8.1.3)
22 activesupport (= 7.2.3) 41 activesupport (= 8.1.3)
23 mail (>= 2.8.0) 42 mail (>= 2.8.0)
24 actionmailer (7.2.3) 43 actionmailer (8.1.3)
25 actionpack (= 7.2.3) 44 actionpack (= 8.1.3)
26 actionview (= 7.2.3) 45 actionview (= 8.1.3)
27 activejob (= 7.2.3) 46 activejob (= 8.1.3)
28 activesupport (= 7.2.3) 47 activesupport (= 8.1.3)
29 mail (>= 2.8.0) 48 mail (>= 2.8.0)
30 rails-dom-testing (~> 2.2) 49 rails-dom-testing (~> 2.2)
31 actionpack (7.2.3) 50 actionpack (8.1.3)
32 actionview (= 7.2.3) 51 actionview (= 8.1.3)
33 activesupport (= 7.2.3) 52 activesupport (= 8.1.3)
34 cgi
35 nokogiri (>= 1.8.5) 53 nokogiri (>= 1.8.5)
36 racc 54 rack (>= 2.2.4)
37 rack (>= 2.2.4, < 3.3)
38 rack-session (>= 1.0.1) 55 rack-session (>= 1.0.1)
39 rack-test (>= 0.6.3) 56 rack-test (>= 0.6.3)
40 rails-dom-testing (~> 2.2) 57 rails-dom-testing (~> 2.2)
41 rails-html-sanitizer (~> 1.6) 58 rails-html-sanitizer (~> 1.6)
42 useragent (~> 0.16) 59 useragent (~> 0.16)
43 actiontext (7.2.3) 60 actiontext (8.1.3)
44 actionpack (= 7.2.3) 61 action_text-trix (~> 2.1.15)
45 activerecord (= 7.2.3) 62 actionpack (= 8.1.3)
46 activestorage (= 7.2.3) 63 activerecord (= 8.1.3)
47 activesupport (= 7.2.3) 64 activestorage (= 8.1.3)
65 activesupport (= 8.1.3)
48 globalid (>= 0.6.0) 66 globalid (>= 0.6.0)
49 nokogiri (>= 1.8.5) 67 nokogiri (>= 1.8.5)
50 actionview (7.2.3) 68 actionview (8.1.3)
51 activesupport (= 7.2.3) 69 activesupport (= 8.1.3)
52 builder (~> 3.1) 70 builder (~> 3.1)
53 cgi
54 erubi (~> 1.11) 71 erubi (~> 1.11)
55 rails-dom-testing (~> 2.2) 72 rails-dom-testing (~> 2.2)
56 rails-html-sanitizer (~> 1.6) 73 rails-html-sanitizer (~> 1.6)
57 activejob (7.2.3) 74 activejob (8.1.3)
58 activesupport (= 7.2.3) 75 activesupport (= 8.1.3)
59 globalid (>= 0.3.6) 76 globalid (>= 0.3.6)
60 activemodel (7.2.3) 77 activemodel (8.1.3)
61 activesupport (= 7.2.3) 78 activesupport (= 8.1.3)
62 activerecord (7.2.3) 79 activerecord (8.1.3)
63 activemodel (= 7.2.3) 80 activemodel (= 8.1.3)
64 activesupport (= 7.2.3) 81 activesupport (= 8.1.3)
65 timeout (>= 0.4.0) 82 timeout (>= 0.4.0)
66 activestorage (7.2.3) 83 activestorage (8.1.3)
67 actionpack (= 7.2.3) 84 actionpack (= 8.1.3)
68 activejob (= 7.2.3) 85 activejob (= 8.1.3)
69 activerecord (= 7.2.3) 86 activerecord (= 8.1.3)
70 activesupport (= 7.2.3) 87 activesupport (= 8.1.3)
71 marcel (~> 1.0) 88 marcel (~> 1.0)
72 activesupport (7.2.3) 89 activesupport (8.1.3)
73 base64 90 base64
74 benchmark (>= 0.3)
75 bigdecimal 91 bigdecimal
76 concurrent-ruby (~> 1.0, >= 1.3.1) 92 concurrent-ruby (~> 1.0, >= 1.3.1)
77 connection_pool (>= 2.2.5) 93 connection_pool (>= 2.2.5)
78 drb 94 drb
79 i18n (>= 1.6, < 2) 95 i18n (>= 1.6, < 2)
96 json
80 logger (>= 1.4.2) 97 logger (>= 1.4.2)
81 minitest (>= 5.1) 98 minitest (>= 5.1)
82 securerandom (>= 0.3) 99 securerandom (>= 0.3)
83 tzinfo (~> 2.0, >= 2.0.5) 100 tzinfo (~> 2.0, >= 2.0.5)
84 acts-as-taggable-on (12.0.0) 101 uri (>= 0.13.1)
85 activerecord (>= 7.1, < 8.1)
86 zeitwerk (>= 2.4, < 3.0)
87 acts_as_list (1.2.6) 102 acts_as_list (1.2.6)
88 activerecord (>= 6.1) 103 activerecord (>= 6.1)
89 activesupport (>= 6.1) 104 activesupport (>= 6.1)
90 awesome_nested_set (3.7.0)
91 activerecord (>= 4.0.0, < 8.0)
92 base64 (0.3.0) 105 base64 (0.3.0)
93 benchmark (0.5.0)
94 bigdecimal (4.1.2) 106 bigdecimal (4.1.2)
95 builder (3.3.0) 107 builder (3.3.0)
96 cgi (0.5.2)
97 coffee-rails (4.2.2) 108 coffee-rails (4.2.2)
98 coffee-script (>= 2.2.0) 109 coffee-script (>= 2.2.0)
99 railties (>= 4.0.0) 110 railties (>= 4.0.0)
@@ -144,6 +155,7 @@ GEM
144 thor (>= 0.14, < 2.0) 155 thor (>= 0.14, < 2.0)
145 jquery-ui-rails (8.0.0) 156 jquery-ui-rails (8.0.0)
146 railties (>= 3.2.16) 157 railties (>= 3.2.16)
158 json (2.20.0)
147 kgio (2.11.4) 159 kgio (2.11.4)
148 libxml-ruby (5.0.6) 160 libxml-ruby (5.0.6)
149 logger (1.7.0) 161 logger (1.7.0)
@@ -215,20 +227,20 @@ GEM
215 rack (>= 1.3) 227 rack (>= 1.3)
216 rackup (2.3.1) 228 rackup (2.3.1)
217 rack (>= 3) 229 rack (>= 3)
218 rails (7.2.3) 230 rails (8.1.3)
219 actioncable (= 7.2.3) 231 actioncable (= 8.1.3)
220 actionmailbox (= 7.2.3) 232 actionmailbox (= 8.1.3)
221 actionmailer (= 7.2.3) 233 actionmailer (= 8.1.3)
222 actionpack (= 7.2.3) 234 actionpack (= 8.1.3)
223 actiontext (= 7.2.3) 235 actiontext (= 8.1.3)
224 actionview (= 7.2.3) 236 actionview (= 8.1.3)
225 activejob (= 7.2.3) 237 activejob (= 8.1.3)
226 activemodel (= 7.2.3) 238 activemodel (= 8.1.3)
227 activerecord (= 7.2.3) 239 activerecord (= 8.1.3)
228 activestorage (= 7.2.3) 240 activestorage (= 8.1.3)
229 activesupport (= 7.2.3) 241 activesupport (= 8.1.3)
230 bundler (>= 1.15.0) 242 bundler (>= 1.15.0)
231 railties (= 7.2.3) 243 railties (= 8.1.3)
232 rails-controller-testing (1.0.5) 244 rails-controller-testing (1.0.5)
233 actionpack (>= 5.0.1.rc1) 245 actionpack (>= 5.0.1.rc1)
234 actionview (>= 5.0.1.rc1) 246 actionview (>= 5.0.1.rc1)
@@ -240,10 +252,12 @@ GEM
240 rails-html-sanitizer (1.7.0) 252 rails-html-sanitizer (1.7.0)
241 loofah (~> 2.25) 253 loofah (~> 2.25)
242 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) 254 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)
243 railties (7.2.3) 255 rails-i18n (8.1.0)
244 actionpack (= 7.2.3) 256 i18n (>= 0.7, < 2)
245 activesupport (= 7.2.3) 257 railties (>= 8.0.0, < 9)
246 cgi 258 railties (8.1.3)
259 actionpack (= 8.1.3)
260 activesupport (= 8.1.3)
247 irb (~> 1.13) 261 irb (~> 1.13)
248 rackup (>= 1.0.0) 262 rackup (>= 1.0.0)
249 rake (>= 12.2) 263 rake (>= 12.2)
@@ -260,9 +274,6 @@ GEM
260 io-console (~> 0.5) 274 io-console (~> 0.5)
261 request_store (1.7.0) 275 request_store (1.7.0)
262 rack (>= 1.4) 276 rack (>= 1.4)
263 routing-filter (0.7.0)
264 actionpack (>= 6.1)
265 activesupport (>= 6.1)
266 sass-rails (6.0.0) 277 sass-rails (6.0.0)
267 sassc-rails (~> 2.1, >= 2.1.1) 278 sassc-rails (~> 2.1, >= 2.1.1)
268 sassc (2.4.0) 279 sassc (2.4.0)
@@ -288,6 +299,8 @@ GEM
288 thor (1.5.0) 299 thor (1.5.0)
289 tilt (2.7.0) 300 tilt (2.7.0)
290 timeout (0.6.1) 301 timeout (0.6.1)
302 tinymce-rails (8.6.0)
303 railties (>= 3.1.1)
291 tsort (0.2.0) 304 tsort (0.2.0)
292 tzinfo (2.0.6) 305 tzinfo (2.0.6)
293 concurrent-ruby (~> 1.0) 306 concurrent-ruby (~> 1.0)
@@ -296,6 +309,7 @@ GEM
296 unicorn (6.1.0) 309 unicorn (6.1.0)
297 kgio (~> 2.6) 310 kgio (~> 2.6)
298 raindrops (~> 0.7) 311 raindrops (~> 0.7)
312 uri (1.1.1)
299 useragent (0.16.11) 313 useragent (0.16.11)
300 websocket-driver (0.8.2) 314 websocket-driver (0.8.2)
301 base64 315 base64
@@ -319,9 +333,9 @@ PLATFORMS
319 x86_64-linux-musl 333 x86_64-linux-musl
320 334
321DEPENDENCIES 335DEPENDENCIES
322 acts-as-taggable-on (~> 12.0) 336 acts-as-taggable-on!
323 acts_as_list 337 acts_as_list
324 awesome_nested_set (~> 3.7.0) 338 awesome_nested_set!
325 chaos_calendar! 339 chaos_calendar!
326 coffee-rails (~> 4.0) 340 coffee-rails (~> 4.0)
327 concurrent-ruby (~> 1.3) 341 concurrent-ruby (~> 1.3)
@@ -334,37 +348,37 @@ DEPENDENCIES
334 nokogiri (~> 1.18) 348 nokogiri (~> 1.18)
335 pg (~> 1.5) 349 pg (~> 1.5)
336 puma 350 puma
337 rails (~> 7.2.3) 351 rails (~> 8.1)
338 rails-controller-testing 352 rails-controller-testing
339 routing-filter (~> 0.7.0) 353 rails-i18n (~> 8.0)
340 sass-rails (~> 6.0) 354 sass-rails (~> 6.0)
341 sprockets-rails 355 sprockets-rails
342 test-unit (~> 3.5) 356 test-unit (~> 3.5)
357 tinymce-rails (~> 8.3)
343 uglifier (>= 1.0.3) 358 uglifier (>= 1.0.3)
344 unicorn (~> 6.1) 359 unicorn (~> 6.1)
345 will_paginate (~> 3.0) 360 will_paginate (~> 3.0)
346 361
347CHECKSUMS 362CHECKSUMS
348 actioncable (7.2.3) sha256=e15d17b245f1dfe7cafdda4a0c6f7ba8ebaab1af33884415e09cfef4e93ad4f9 363 action_text-trix (2.1.19) sha256=7012f59421009cf284aa651294896414d653a61a2417c9b8714c8476d2f74009
349 actionmailbox (7.2.3) sha256=16bbf0a7c330f2d08d52d5e3c1b03813a8ef60bfb0a48e89c0bf92b069cb4d5e 364 actioncable (8.1.3) sha256=e5bc7f75e44e6a22de29c4f43176927c3a9ce4824464b74ed18d8226e75a80f0
350 actionmailer (7.2.3) sha256=68d646b852a6d2b25d8834fc796c3dc10f76a4c7fd77b3251c3f4dd832ec8ab8 365 actionmailbox (8.1.3) sha256=df7da474eaa0e70df4ed5a6fef66eb3b3b0f2dbf7f14518deee8d77f1b4aae59
351 actionpack (7.2.3) sha256=2a14e4c64695777041ea7aaf498462284cadd561f009654393daf9b2de7207cf 366 actionmailer (8.1.3) sha256=831f724891bb70d0aaa4d76581a6321124b6a752cb655c9346aae5479318448d
352 actiontext (7.2.3) sha256=a6ffd9efb7b7b4e26029e5c88e8a2ea9aae8d6cefdfed960be139772f1a94037 367 actionpack (8.1.3) sha256=af998cae4d47c5d581a2cc363b5c77eb718b7c4b45748d81b1887b25621c29a3
353 actionview (7.2.3) sha256=1f427d7a41b43804d7250911535740451b9c32b6416239d87e6dab9d5948ecb2 368 actiontext (8.1.3) sha256=d291019c00e1ea9e6463011fa214f6081a56d7b9a1d224e7d3f6384c1dafc7d2
354 activejob (7.2.3) sha256=e44964472de267b69e93752f088193c8ad2e56d2ef451d059dd7a53761e5ffb0 369 actionview (8.1.3) sha256=1347c88c7f3edb38100c5ce0e9fb5e62d7755f3edc1b61cce2eb0b2c6ea2fd5d
355 activemodel (7.2.3) sha256=bbaf66aeb93212e98ebf6ab900f8290f9a831645f0b235427f5acf0e074739db 370 activejob (8.1.3) sha256=a149b1766aa8204c3c3da7309e4becd40fcd5529c348cffbf6c9b16b565fe8d3
356 activerecord (7.2.3) sha256=6facb7478ceb5f6baa9f0647daa50b4a3a43934997900f0011e6c667ff41a0d7 371 activemodel (8.1.3) sha256=90c05cbe4cef3649b8f79f13016191ea94c4525ce4a5c0fb7ef909c4b91c8219
357 activestorage (7.2.3) sha256=4c1422bbfaa60c89e7b43cc38ade7bd3b8dc81024c48a21c1ac56814cf34ca2f 372 activerecord (8.1.3) sha256=8003be7b2466ba0a2a670e603eeb0a61dd66058fccecfc49901e775260ac70ab
358 activesupport (7.2.3) sha256=5675c9770dac93e371412684249f9dc3c8cec104efd0624362a520ae685c7b10 373 activestorage (8.1.3) sha256=0564ce9309143951a67615e1bb4e090ee54b8befed417133cae614479b46384d
359 acts-as-taggable-on (12.0.0) sha256=d14c15a1602cef8997187336cd7eb54a3f97ddebbef61601f83eb1ec51260417 374 activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
375 acts-as-taggable-on (13.0.0)
360 acts_as_list (1.2.6) sha256=8345380900b7bee620c07ad00991ccee59af3d8c9e8574f426e321da2865fdc8 376 acts_as_list (1.2.6) sha256=8345380900b7bee620c07ad00991ccee59af3d8c9e8574f426e321da2865fdc8
361 awesome_nested_set (3.7.0) sha256=5b37e69716016a800c167bc69b2faf1cbbb73462a02952c4430b67e6c9cc37ce 377 awesome_nested_set (3.9.0)
362 base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b 378 base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
363 benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
364 bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd 379 bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
365 builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f 380 builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
366 bundler (4.0.15) sha256=a4ceb882fe94a0e0ac63cd0813932bbfd631a14e5ac0b7975189b19a4d28d9e7 381 bundler (4.0.15) sha256=a4ceb882fe94a0e0ac63cd0813932bbfd631a14e5ac0b7975189b19a4d28d9e7
367 cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
368 chaos_calendar (0.1.3) 382 chaos_calendar (0.1.3)
369 coffee-rails (4.2.2) sha256=080a5c49e9568019018a8699cf80f7ea8e7b841744d832a98ac6b4c8e40be84a 383 coffee-rails (4.2.2) sha256=080a5c49e9568019018a8699cf80f7ea8e7b841744d832a98ac6b4c8e40be84a
370 coffee-script (2.4.1) sha256=82fe281e11b93c8117b98c5ea8063e71741870f1c4fbb27177d7d6333dd38765 384 coffee-script (2.4.1) sha256=82fe281e11b93c8117b98c5ea8063e71741870f1c4fbb27177d7d6333dd38765
@@ -396,6 +410,7 @@ CHECKSUMS
396 irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3 410 irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
397 jquery-rails (4.6.1) sha256=619f3496cdcdeaae1fd6dafa52dbac3fc45b745d4e09712da4184a16b3a8d9c0 411 jquery-rails (4.6.1) sha256=619f3496cdcdeaae1fd6dafa52dbac3fc45b745d4e09712da4184a16b3a8d9c0
398 jquery-ui-rails (8.0.0) sha256=e198f0ccd84587bc1030e79333db5fdb1100c8d459ed378ff285f57720f6b9c9 412 jquery-ui-rails (8.0.0) sha256=e198f0ccd84587bc1030e79333db5fdb1100c8d459ed378ff285f57720f6b9c9
413 json (2.20.0) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
399 kgio (2.11.4) sha256=bda7a2146115998a5b07154e708e0ac02c38dcee7e793c33e2e14f600fdfffc6 414 kgio (2.11.4) sha256=bda7a2146115998a5b07154e708e0ac02c38dcee7e793c33e2e14f600fdfffc6
400 libxml-ruby (5.0.6) sha256=ef82ff4b4c6aaaa9629f0a2d5deccd9502507e368bf2c5a98d675f634013ca46 415 libxml-ruby (5.0.6) sha256=ef82ff4b4c6aaaa9629f0a2d5deccd9502507e368bf2c5a98d675f634013ca46
401 logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203 416 logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
@@ -437,17 +452,17 @@ CHECKSUMS
437 rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8 452 rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
438 rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463 453 rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
439 rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868 454 rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
440 rails (7.2.3) sha256=9a9812eb131189676e64665f6883fc9c4051f412cc87ef9e3fa242a09c609bff 455 rails (8.1.3) sha256=6d017ba5348c98fc909753a8169b21d44de14d2a0b92d140d1a966834c3c9cd3
441 rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94 456 rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94
442 rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d 457 rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
443 rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89 458 rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
444 railties (7.2.3) sha256=6eb010a6bfe6f223e783f739ddfcbdb5b88b1f3a87f7739f0a0685e466250422 459 rails-i18n (8.1.0) sha256=52d5fd6c0abef28d84223cc05647f6ae0fd552637a1ede92deee9545755b6cf3
460 railties (8.1.3) sha256=913eb0e0cb520aac687ffd74916bd726d48fa21f47833c6292576ef6a286de22
445 raindrops (0.20.1) sha256=aa0eb9ff6834f2d9e232ba688bd49cb30be893bc5a3452e74722c94c1fab4730 461 raindrops (0.20.1) sha256=aa0eb9ff6834f2d9e232ba688bd49cb30be893bc5a3452e74722c94c1fab4730
446 rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701 462 rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
447 rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192 463 rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
448 reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835 464 reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
449 request_store (1.7.0) sha256=e1b75d5346a315f452242a68c937ef8e48b215b9453a77a6c0acdca2934c88cb 465 request_store (1.7.0) sha256=e1b75d5346a315f452242a68c937ef8e48b215b9453a77a6c0acdca2934c88cb
450 routing-filter (0.7.0) sha256=f01364fbbfc6bcb1afee618700e8fda186588cae4d4646f46f51f23c9c687ea9
451 sass-rails (6.0.0) sha256=e0b6448ea1c7929fd5929fc7a8eb2d78045e44cc82fc0765a249d3fa1c5810d3 466 sass-rails (6.0.0) sha256=e0b6448ea1c7929fd5929fc7a8eb2d78045e44cc82fc0765a249d3fa1c5810d3
452 sassc (2.4.0) sha256=4c60a2b0a3b36685c83b80d5789401c2f678c1652e3288315a1551d811d9f83e 467 sassc (2.4.0) sha256=4c60a2b0a3b36685c83b80d5789401c2f678c1652e3288315a1551d811d9f83e
453 sassc-rails (2.1.2) sha256=5f4fdf3881fc9bdc8e856ffbd9850d70a2878866feae8114aa45996179952db5 468 sassc-rails (2.1.2) sha256=5f4fdf3881fc9bdc8e856ffbd9850d70a2878866feae8114aa45996179952db5
@@ -459,10 +474,12 @@ CHECKSUMS
459 thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73 474 thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
460 tilt (2.7.0) sha256=0d5b9ba69f6a36490c64b0eee9f6e9aad517e20dcc848800a06eb116f08c6ab3 475 tilt (2.7.0) sha256=0d5b9ba69f6a36490c64b0eee9f6e9aad517e20dcc848800a06eb116f08c6ab3
461 timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb 476 timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
477 tinymce-rails (8.6.0) sha256=9ce4c970512013ccb680531c38a23efb414ed803e3031992be2e2cb8e6633e4d
462 tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f 478 tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
463 tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b 479 tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
464 uglifier (4.2.1) sha256=75d42b81b10bfd21e7a427fabb1d49ff5ea7bda3c4a5039ddb2a78d194c6f5aa 480 uglifier (4.2.1) sha256=75d42b81b10bfd21e7a427fabb1d49ff5ea7bda3c4a5039ddb2a78d194c6f5aa
465 unicorn (6.1.0) sha256=45dd987add4c2b084c1880a68373af42797a704ad7441faff9b14b4982aa0fc0 481 unicorn (6.1.0) sha256=45dd987add4c2b084c1880a68373af42797a704ad7441faff9b14b4982aa0fc0
482 uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
466 useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844 483 useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
467 websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146 484 websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
468 websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241 485 websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241