website/Gemfile

17 lines
396 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'asciidoctor'
gem 'asciidoctor-bibtex'
gem 'asciidoctor-foodogsquared-extensions', path: './gems'
gem 'asciidoctor-html5s'
gem 'asciidoctor-rouge'
gem 'asciidoctor-tabs', github: 'asciidoctor/asciidoctor-tabs'
gem 'asciidoctor-interdoc-reftext'
gem 'rouge'
gem 'rubocop'
group :development do
gem 'ruby-lsp', require: false
end