comparison Gemfile.lock @ 113:84b05bfb91db

gemfile: more breaking changes in ruby 3.4 sigh
author Paper <paper@tflc.us>
date Mon, 19 May 2025 14:40:45 -0400
parents 250f40874439
children 731df0cd0eb7
comparison
equal deleted inserted replaced
112:4ccd7de0e530 113:84b05bfb91db
4 addressable (2.8.6) 4 addressable (2.8.6)
5 public_suffix (>= 2.0.2, < 6.0) 5 public_suffix (>= 2.0.2, < 6.0)
6 colorator (1.1.0) 6 colorator (1.1.0)
7 concurrent-ruby (1.2.3) 7 concurrent-ruby (1.2.3)
8 cssminify2 (2.0.1) 8 cssminify2 (2.0.1)
9 csv (3.3.4)
9 em-websocket (0.5.3) 10 em-websocket (0.5.3)
10 eventmachine (>= 0.12.9) 11 eventmachine (>= 0.12.9)
11 http_parser.rb (~> 0) 12 http_parser.rb (~> 0)
12 eventmachine (1.2.7) 13 eventmachine (1.2.7)
13 execjs (2.10.0) 14 execjs (2.10.0)
60 kramdown (~> 2.0) 61 kramdown (~> 2.0)
61 liquid (4.0.4) 62 liquid (4.0.4)
62 listen (3.9.0) 63 listen (3.9.0)
63 rb-fsevent (~> 0.10, >= 0.10.3) 64 rb-fsevent (~> 0.10, >= 0.10.3)
64 rb-inotify (~> 0.9, >= 0.9.10) 65 rb-inotify (~> 0.9, >= 0.9.10)
66 logger (1.7.0)
65 mercenary (0.4.0) 67 mercenary (0.4.0)
66 pathutil (0.16.2) 68 pathutil (0.16.2)
67 forwardable-extended (~> 2.6) 69 forwardable-extended (~> 2.6)
68 public_suffix (5.0.5) 70 public_suffix (5.0.5)
69 rake (13.2.1) 71 rake (13.2.1)
106 x86_64-linux 108 x86_64-linux
107 x86_64-linux-android 109 x86_64-linux-android
108 x86_64-linux-musl 110 x86_64-linux-musl
109 111
110 DEPENDENCIES 112 DEPENDENCIES
113 csv (~> 3.3)
111 jekyll (~> 4.3) 114 jekyll (~> 4.3)
112 jekyll-feed (~> 0.17.0) 115 jekyll-feed (~> 0.17.0)
113 jekyll-minifier (~> 0.1.10) 116 jekyll-minifier (~> 0.1.10)
117 json (~> 2.12)
118 logger (~> 1.7)
114 119
115 BUNDLED WITH 120 BUNDLED WITH
116 2.5.10 121 2.5.10