diff --git a/Gemfile b/Gemfile index ebb1564..da0aac8 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,3 @@ gem 'haml', RUBY_VERSION > '3.0' ? '< 7' : '< 6' gem 'slim', '>= 3', '< 5' gem 'kramdown' gem "redcarpet" - -# For old Rubies -gem 'nokogiri', '~> 1.12.0'