Skip to content

Commit

Permalink
Fix building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Feb 19, 2024
1 parent 7428bb4 commit 123e90c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'hpricot'
gem 'kramdown'
gem 'kramdown', '<2'
gem 'rexml' # Needed for kramdown.
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ GEM
remote: https://rubygems.org/
specs:
hpricot (0.8.6)
kramdown (1.9.0)
kramdown (1.17.0)
rexml (3.2.6)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
hpricot
kramdown
kramdown (< 2)
rexml

BUNDLED WITH
1.13.7
2.5.6

0 comments on commit 123e90c

Please sign in to comment.