From e37c7996b0f07b10206dcea383a995b344b22e54 Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Tue, 23 Sep 2025 14:09:50 +0100 Subject: [PATCH] Remove specific bundler version from Gemfile and GitHub Actions workflow to streamline dependency installation --- .github/workflows/deploy.yml | 1 - Gemfile | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c7e993..091f78c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,6 @@ jobs: - name: Install dependencies run: | - gem install bundler -v '~> 2.3.0' bundle install - name: Setup Pages diff --git a/Gemfile b/Gemfile index fafe378..697483e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,6 @@ gem 'jekyll-feed', '~> 0.12' gem 'jekyll-sitemap' gem 'jekyll-seo-tag' -# Use compatible bundler version -gem 'bundler', '~> 2.3.0' - # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. platforms :mingw, :x64_mingw, :mswin, :jruby do