mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-20 13:50:46 +00:00
Remove specific bundler version from Gemfile and GitHub Actions workflow to streamline dependency installation
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
gem install bundler -v '~> 2.3.0'
|
||||
bundle install
|
||||
|
||||
- name: Setup Pages
|
||||
|
||||
3
Gemfile
3
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
|
||||
|
||||
Reference in New Issue
Block a user