Skip to content

Commit 2379b02

Browse files
Merge pull request #24 from davidjpeacock/main
fix: commit Gemfile.lock for GitHub Actions builds
2 parents 2644282 + fbbd8f8 commit 2379b02

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.asciidoctor/
33

44
# Ruby
5-
Gemfile.lock
65
.bundle/
6+
vendor/bundle/
77

88
# Build output
99
build/

Gemfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
asciidoctor (2.0.26)
5+
rouge (4.6.1)
6+
7+
PLATFORMS
8+
ruby
9+
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

Comments
 (0)