Mercurial > web
comparison Gemfile.lock @ 111:250f40874439
*: update lots of things
now we minify the html,css,etc before deploying, so it hopefully
will load faster :)
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 19 May 2025 13:58:21 -0400 |
| parents | 809b6a0ca2e9 |
| children | 84b05bfb91db |
comparison
equal
deleted
inserted
replaced
| 110:7c8191bab90c | 111:250f40874439 |
|---|---|
| 3 specs: | 3 specs: |
| 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 em-websocket (0.5.3) | 9 em-websocket (0.5.3) |
| 9 eventmachine (>= 0.12.9) | 10 eventmachine (>= 0.12.9) |
| 10 http_parser.rb (~> 0) | 11 http_parser.rb (~> 0) |
| 11 eventmachine (1.2.7) | 12 eventmachine (1.2.7) |
| 13 execjs (2.10.0) | |
| 12 ffi (1.16.3) | 14 ffi (1.16.3) |
| 13 forwardable-extended (2.6.0) | 15 forwardable-extended (2.6.0) |
| 14 google-protobuf (3.25.3) | 16 google-protobuf (3.25.3) |
| 15 google-protobuf (3.25.3-aarch64-linux) | 17 google-protobuf (3.25.3-aarch64-linux) |
| 16 google-protobuf (3.25.3-arm64-darwin) | 18 google-protobuf (3.25.3-arm64-darwin) |
| 17 google-protobuf (3.25.3-x86-linux) | 19 google-protobuf (3.25.3-x86-linux) |
| 18 google-protobuf (3.25.3-x86_64-darwin) | 20 google-protobuf (3.25.3-x86_64-darwin) |
| 19 google-protobuf (3.25.3-x86_64-linux) | 21 google-protobuf (3.25.3-x86_64-linux) |
| 22 htmlcompressor (0.4.0) | |
| 20 http_parser.rb (0.8.0) | 23 http_parser.rb (0.8.0) |
| 21 i18n (1.14.5) | 24 i18n (1.14.5) |
| 22 concurrent-ruby (~> 1.0) | 25 concurrent-ruby (~> 1.0) |
| 23 jekyll (4.3.3) | 26 jekyll (4.3.3) |
| 24 addressable (~> 2.4) | 27 addressable (~> 2.4) |
| 36 safe_yaml (~> 1.0) | 39 safe_yaml (~> 1.0) |
| 37 terminal-table (>= 1.8, < 4.0) | 40 terminal-table (>= 1.8, < 4.0) |
| 38 webrick (~> 1.7) | 41 webrick (~> 1.7) |
| 39 jekyll-feed (0.17.0) | 42 jekyll-feed (0.17.0) |
| 40 jekyll (>= 3.7, < 5.0) | 43 jekyll (>= 3.7, < 5.0) |
| 44 jekyll-minifier (0.1.10) | |
| 45 cssminify2 (~> 2.0) | |
| 46 htmlcompressor (~> 0.4) | |
| 47 jekyll (>= 3.5) | |
| 48 json-minify (~> 0.0.3) | |
| 49 uglifier (~> 4.1) | |
| 41 jekyll-sass-converter (3.0.0) | 50 jekyll-sass-converter (3.0.0) |
| 42 sass-embedded (~> 1.54) | 51 sass-embedded (~> 1.54) |
| 43 jekyll-watch (2.2.1) | 52 jekyll-watch (2.2.1) |
| 44 listen (~> 3.0) | 53 listen (~> 3.0) |
| 54 json (2.12.0) | |
| 55 json-minify (0.0.3) | |
| 56 json (> 0) | |
| 45 kramdown (2.4.0) | 57 kramdown (2.4.0) |
| 46 rexml | 58 rexml |
| 47 kramdown-parser-gfm (1.1.0) | 59 kramdown-parser-gfm (1.1.0) |
| 48 kramdown (~> 2.0) | 60 kramdown (~> 2.0) |
| 49 liquid (4.0.4) | 61 liquid (4.0.4) |
| 70 sass-embedded (1.77.5-x86_64-darwin) | 82 sass-embedded (1.77.5-x86_64-darwin) |
| 71 google-protobuf (>= 3.25, < 5.0) | 83 google-protobuf (>= 3.25, < 5.0) |
| 72 strscan (3.1.0) | 84 strscan (3.1.0) |
| 73 terminal-table (3.0.2) | 85 terminal-table (3.0.2) |
| 74 unicode-display_width (>= 1.1.1, < 3) | 86 unicode-display_width (>= 1.1.1, < 3) |
| 87 uglifier (4.2.1) | |
| 88 execjs (>= 0.3.0, < 3) | |
| 75 unicode-display_width (2.5.0) | 89 unicode-display_width (2.5.0) |
| 76 webrick (1.8.1) | 90 webrick (1.8.1) |
| 77 | 91 |
| 78 PLATFORMS | 92 PLATFORMS |
| 79 aarch64-linux | 93 aarch64-linux |
| 94 x86_64-linux-musl | 108 x86_64-linux-musl |
| 95 | 109 |
| 96 DEPENDENCIES | 110 DEPENDENCIES |
| 97 jekyll (~> 4.3) | 111 jekyll (~> 4.3) |
| 98 jekyll-feed (~> 0.17.0) | 112 jekyll-feed (~> 0.17.0) |
| 113 jekyll-minifier (~> 0.1.10) | |
| 99 | 114 |
| 100 BUNDLED WITH | 115 BUNDLED WITH |
| 101 2.5.10 | 116 2.5.10 |
