# frozen_string_literal: true # ruby '>= 3.0.0' source 'https://rubygems.org' gem 'addressable' gem 'awesome_bot' gem 'html-proofer', '> 5.0.0' gem 'jekyll' gem 'jekyll-feed' gem 'jekyll-redirect-from' gem 'kwalify' gem 'nokogiri', '>= 1.18' gem 'pkg-config' gem 'webrick' if RUBY_VERSION >= '3.0' # Ruby3 does not ship with webrick and Jekyll needs it, see https://github.com/jekyll/jekyll/issues/8523 # Citations gem 'bibtex-ruby' gem 'citeproc-ruby' gem 'csl-styles' # Image processing gem 'fastimage' # For our CLI tools gem 'commander' # RO-Crates gem 'rubyzip', '~> 2.3.0' # Documentation gem 'rdoc', '~> 6.7' gem 'rorvswild_theme_rdoc'