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'