Skip to content

Commit

Permalink
fix gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
delia-li committed Jan 21, 2024
1 parent bf72e77 commit b870001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "just-the-docs", "0.7.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release
# gem "just-the-docs", "0.7.0" # pinned to the current release
gem "just-the-docs" # always download the latest release
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.3.3)
just-the-docs (= 0.7.0)
just-the-docs

BUNDLED WITH
2.5.4

0 comments on commit b870001

Please sign in to comment.