Skip to content

Commit

Permalink
Merge branch 'gh-pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Sep 23, 2024
2 parents a6f4c19 + 51e7499 commit 92a25bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "jekyll", "~> 3.9"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

gem 'rexml', '~> 3.2'
gem 'rexml', '~> 3.3'
gem 'webrick', '~> 1.7'


Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,27 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.3.6)
strscan
rouge (3.28.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
strscan (3.1.0)
webrick (1.7.0)

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
jekyll (~> 3.9)
kramdown-parser-gfm
minima (~> 2.0)
rexml (~> 3.2)
rexml (~> 3.3)
webrick (~> 1.7)

BUNDLED WITH
Expand Down

0 comments on commit 92a25bb

Please sign in to comment.