fix issues with gem dependency resolving

This commit is contained in:
Tyler 2024-06-12 04:37:54 +01:00
parent a700bccd58
commit 9eab7af579
2 changed files with 29 additions and 51 deletions

View File

@ -1,7 +1,8 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem 'sass-embedded', '~> 1.77', '>= 1.77.5' # fix some bullshit. 403d without this i do not know why
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-feed"
gem "jekyll-paginate-v2"
gem "jekyll-sitemap"
gem 'jekyll-seo-tag'

View File

@ -14,17 +14,23 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.26.1)
google-protobuf (4.27.1)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-aarch64-linux)
google-protobuf (4.27.1-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-arm64-darwin)
google-protobuf (4.27.1-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-x86-linux)
google-protobuf (4.27.1-x86-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-x86_64-darwin)
google-protobuf (4.27.1-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.26.1-x86_64-linux)
google-protobuf (4.27.1-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.4)
@ -76,50 +82,20 @@ GEM
rexml (3.2.6)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.74.1)
sass-embedded (1.77.5)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.74.1-aarch64-linux-android)
rake (>= 13)
sass-embedded (1.77.5-aarch64-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-aarch64-linux-gnu)
sass-embedded (1.77.5-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-aarch64-linux-musl)
sass-embedded (1.77.5-x86-cygwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-aarch64-mingw-ucrt)
sass-embedded (1.77.5-x86-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-arm-linux-androideabi)
sass-embedded (1.77.5-x86_64-cygwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-arm-linux-gnueabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-arm-linux-musleabihf)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-riscv64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-riscv64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-riscv64-linux-musl)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86-cygwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86-linux-musl)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86_64-cygwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86_64-linux-android)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.74.1-x86_64-linux-musl)
sass-embedded (1.77.5-x86_64-darwin)
google-protobuf (>= 3.25, < 5.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
@ -127,29 +103,29 @@ GEM
webrick (1.8.1)
PLATFORMS
aarch64-linux
aarch64-linux
aarch64-linux-android
aarch64-linux-gnu
aarch64-linux-musl
aarch64-mingw-ucrt
arm-linux
arm-linux-androideabi
arm-linux-gnueabihf
arm-linux-musleabihf
arm64-darwin
riscv64-linux
riscv64-linux-android
riscv64-linux-gnu
riscv64-linux-musl
ruby
x86-cygwin
x86-linux
x86-linux
x86-linux-android
x86-linux-gnu
x86-linux-musl
x86-mingw-ucrt
x86_64-cygwin
x86_64-darwin
x86_64-linux
x86_64-linux-android
x86_64-linux-gnu
x86_64-linux-musl
DEPENDENCIES
@ -158,10 +134,11 @@ DEPENDENCIES
csv
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
jekyll-feed
jekyll-paginate-v2
jekyll-seo-tag
jekyll-sitemap
sass-embedded (~> 1.77, >= 1.77.5)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)