Update project Gemfile

This commit is contained in:
Gabriel Arazas 2023-04-09 13:41:49 +08:00
parent ec887365cb
commit 2e84d86021
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
3 changed files with 0 additions and 17 deletions

View File

@ -7,7 +7,6 @@ gem 'asciidoctor-foodogsquared-extensions', path: './gems'
gem 'asciidoctor-html5s' gem 'asciidoctor-html5s'
gem 'asciidoctor-rouge' gem 'asciidoctor-rouge'
gem 'asciidoctor-tabs', github: 'asciidoctor/asciidoctor-tabs' gem 'asciidoctor-tabs', github: 'asciidoctor/asciidoctor-tabs'
gem 'asciidoctor-interdoc-reftext'
gem 'concurrent-ruby' gem 'concurrent-ruby'
gem 'open-uri-cached' gem 'open-uri-cached'
gem 'rouge' gem 'rouge'

View File

@ -24,8 +24,6 @@ GEM
asciidoctor-html5s (0.5.1) asciidoctor-html5s (0.5.1)
asciidoctor (>= 1.5.7, < 3.0) asciidoctor (>= 1.5.7, < 3.0)
thread_safe (~> 0.3.4) thread_safe (~> 0.3.4)
asciidoctor-interdoc-reftext (0.5.2)
asciidoctor (>= 1.5.6, < 3.0)
asciidoctor-rouge (0.4.0) asciidoctor-rouge (0.4.0)
asciidoctor (>= 1.5.6, < 2.1) asciidoctor (>= 1.5.6, < 2.1)
rouge (>= 2.2, < 4) rouge (>= 2.2, < 4)
@ -93,7 +91,6 @@ DEPENDENCIES
asciidoctor-bibtex asciidoctor-bibtex
asciidoctor-foodogsquared-extensions! asciidoctor-foodogsquared-extensions!
asciidoctor-html5s asciidoctor-html5s
asciidoctor-interdoc-reftext
asciidoctor-rouge asciidoctor-rouge
asciidoctor-tabs! asciidoctor-tabs!
concurrent-ruby concurrent-ruby

View File

@ -48,19 +48,6 @@
targets = []; targets = [];
version = "0.5.1"; version = "0.5.1";
}; };
asciidoctor-interdoc-reftext = {
dependencies = ["asciidoctor"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xnshlk8gniknys4dplj95swip198c1z6h0rv5bmm791ln36lgpa";
target = "ruby";
type = "gem";
};
targets = [];
version = "0.5.2";
};
asciidoctor-rouge = { asciidoctor-rouge = {
dependencies = ["asciidoctor" "rouge"]; dependencies = ["asciidoctor" "rouge"];
groups = ["default"]; groups = ["default"];