From 833aff3fea705bfb4ddbd776b9227065e43d0247 Mon Sep 17 00:00:00 2001 From: froggleston Date: Mon, 12 Aug 2024 13:23:17 +0100 Subject: [PATCH] Remove faraday version requirement --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cfbb8570..5d1aa4a2 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Synchronize with https://pages.github.com/versions ruby '>=3.0.0' -gem 'faraday', '0.17.3' +gem 'faraday' group :jekyll_plugins do gem 'github-pages', '232'