updated gemfile to work with ruby 2.7.7
parent
f11eedf6
No related branches found
No related tags found
... | ... | @@ -11,7 +11,7 @@ source "https://rubygems.org" |
gem "jekyll", "< 4.0" | ||
gem 'sassc', '~> 2.1.0' | ||
gem 'sassc', '~> 2.0' | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
... | ... | @@ -23,13 +23,12 @@ group :jekyll_plugins do |
gem "jekyll-contentblocks" | ||
gem "jekyll-assets" | ||
gem 'jekyll-font-awesome-sass' | ||
gem "font-awesome-sass", "~>6.2" | ||
gem "sprockets", "~> 3.7" | ||
gem "font-awesome-sass" | ||
gem "sprockets" | ||
gem "kramdown-parser-gfm" | ||
gem 'remark' | ||
gem 'jekyll-mermaid' | ||
gem 'uglifier' | ||
gem 'therubyracer' | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
... | ... |
Please register or sign in to comment