mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
Update project Gemfile
This commit is contained in:
parent
ec887365cb
commit
2e84d86021
1
Gemfile
1
Gemfile
@ -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'
|
||||||
|
@ -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
|
||||||
|
13
gemset.nix
13
gemset.nix
@ -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"];
|
||||||
|
Loading…
Reference in New Issue
Block a user