From 049616e9f69bd4c6c12c7877eb155a989654c399 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 22 Aug 2024 13:00:45 -0700 Subject: [PATCH] docs/.ruby-version: bump version to 2.5.0 This should address recent Dependabot failures: ``` Bundler::SolveFailure with message: Could not find compatible versions Because github-pages >= 224 depends on jekyll-seo-tag = 2.8.0 and jekyll-seo-tag >= 2.8.0 depends on Ruby >= 2.5.0, github-pages >= 224 requires Ruby >= 2.5.0. So, because Gemfile depends on github-pages >= 231, <= 232 and current Ruby version is = 2.4.1, version solving has failed. ``` --- docs/.ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.ruby-version b/docs/.ruby-version index 005119b..437459c 100644 --- a/docs/.ruby-version +++ b/docs/.ruby-version @@ -1 +1 @@ -2.4.1 +2.5.0