Revert "Gemfile: pin jekyll-sass-converter to v2.2"

This breaks build on some Linux distributions

This reverts commit c157032c80.
This commit is contained in:
lifehackerhansol 2024-03-31 18:11:46 -07:00
parent b886263d89
commit ee2c8a2697
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -1,4 +1,3 @@
source "https://rubygems.org"
gem "jekyll-sass-converter", "~>2.2"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'minimal-mistakes-hacks-guide', :path => '_theme'