Skip to content

Commit

Permalink
try explicitly installing rake gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Jan 25, 2024
1 parent 166fa62 commit fa0d50a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source "https://rubygems.org"

gem "rake"

gem "jekyll", "~> 4.3.3"

group :jekyll_plugins do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -122,6 +123,7 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
osmus-dogwood!
post-aliases!
rake
unwrap-img!

BUNDLED WITH
Expand Down

0 comments on commit fa0d50a

Please sign in to comment.