We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2644282 + fbbd8f8 commit 2379b02Copy full SHA for 2379b02
2 files changed
.gitignore
@@ -2,8 +2,8 @@
2
.asciidoctor/
3
4
# Ruby
5
-Gemfile.lock
6
.bundle/
+vendor/bundle/
7
8
# Build output
9
build/
Gemfile.lock
@@ -0,0 +1,16 @@
1
+GEM
+ remote: https://rubygems.org/
+ specs:
+ asciidoctor (2.0.26)
+ rouge (4.6.1)
+
+PLATFORMS
+ ruby
+ x86_64-linux-gnu
10
11
+DEPENDENCIES
12
+ asciidoctor (~> 2.0)
13
+ rouge (~> 4.1)
14
15
+BUNDLED WITH
16
+ 2.6.7
0 commit comments