project: create the Bundler environment

This commit is contained in:
Gabriel Arazas 2023-04-06 17:33:54 +08:00
parent 91f5f61976
commit 788a91b553
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 56 additions and 0 deletions

8
Gemfile Normal file
View File

@ -0,0 +1,8 @@
source 'https://rubygems.org'
gem 'asciidoctor'
gem 'asciidoctor-bibtex'
gem 'asciidoctor-rouge'
gem 'rouge'
gemspec

48
Gemfile.lock Normal file
View File

@ -0,0 +1,48 @@
PATH
remote: .
specs:
asciidoctor-custom-extensions (1.0.0)
asciidoctor (~> 2.0)
GEM
remote: https://rubygems.org/
specs:
asciidoctor (2.0.18)
asciidoctor-bibtex (0.8.0)
asciidoctor (~> 2.0)
bibtex-ruby (~> 5.1)
citeproc-ruby (~> 1)
csl-styles (~> 1)
latex-decode (~> 0.2)
asciidoctor-rouge (0.4.0)
asciidoctor (>= 1.5.6, < 2.1)
rouge (>= 2.2, < 4)
bibtex-ruby (5.1.6)
latex-decode (~> 0.0)
citeproc (1.0.10)
namae (~> 1.0)
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
csl (1.6.0)
namae (~> 1.0)
rexml
csl-styles (1.0.1.11)
csl (~> 1.0)
latex-decode (0.4.0)
namae (1.1.1)
rexml (3.2.5)
rouge (3.30.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
asciidoctor
asciidoctor-bibtex
asciidoctor-custom-extensions!
asciidoctor-rouge
rouge
BUNDLED WITH
2.4.6