Add gem "ast"

This commit is contained in:
Alex Kotov 2024-11-17 22:04:43 +04:00
parent c69a69c8e5
commit 3bbdec06f0
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ require 'uri'
require 'yaml'
require 'addressable'
require 'ast'
require 'bibtex'
require_relative 'repubmark/highlight'

View file

@ -47,6 +47,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename f }
spec.add_dependency 'addressable', '~> 2.8'
spec.add_dependency 'ast', '~> 2.4'
spec.add_dependency 'bibtex-ruby', '~> 6.1'
spec.add_dependency 'i18n', '~> 1.14'
end