Remove specific bundler version from Gemfile and GitHub Actions workflow to streamline dependency installation

This commit is contained in:
Z. Cliffe Schreuders
2025-09-23 14:09:50 +01:00
parent 94faa8280d
commit e37c7996b0
2 changed files with 0 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ jobs:
- name: Install dependencies
run: |
gem install bundler -v '~> 2.3.0'
bundle install
- name: Setup Pages

View File

@@ -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