Skip to content

Commit

Permalink
Try to fix GHA warning
Browse files Browse the repository at this point in the history
Bundler can't satisfy your Gemfile's dependencies.
Install missing gems with `bundle install`.
Warning:  github-pages can't satisfy your Gemfile's dependencies.
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
  • Loading branch information
TWiStErRob committed Oct 21, 2023
1 parent 395563e commit f0040c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
# > To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
# Not sure what it does, because I don't use octokit directly:
# https://github.com/octokit/octokit.rb/discussions/1486
gem 'faraday-retry', '~> 2.2.0'
# TODEL condition; it was added as a workaround for https://github.com/actions/jekyll-build-pages/issues/104
gem 'faraday-retry', '~> 2.2.0' if ENV["GITHUB_ACTIONS"] != "true"

0 comments on commit f0040c3

Please sign in to comment.