Skip to content

Commit

Permalink
add back faraday gem
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Sep 9, 2024
1 parent c926200 commit 45ef03f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/GemFile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ group :jekyll_plugins do
end

gem 'wdm', '>= 0.2.0' if Gem.win_platform? # windows compatibilty pack
gem "webrick" # needed for ruby > v3.0
gem 'webrick' # needed for ruby > v3.0
gem 'faraday' # reload/retry on file changes
1 change: 1 addition & 0 deletions docs/GemFile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
faraday
github-pages
jekyll-github-metadata
jekyll-last-modified-at
Expand Down

0 comments on commit 45ef03f

Please sign in to comment.