# frozen_string_literal: true
ruby '~> 3.0' # >= 3.0 and < 4.0

source "https://rubygems.org"

# https://github.com/asciidoctor/asciidoctor/releases
gem 'asciidoctor', '2.0.23'

# https://github.com/pygments/pygments.rb/releases
# https://github.com/pygments/pygments/releases
gem 'pygments.rb', git: 'https://github.com/nikitabobko/pygments.rb.git', ref: '1a4e502ee49c3fd93dae4abb171fea49f9d52561'
