mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-21 11:18:09 +00:00
Update Gemfile to specify bundler version and modify GitHub Actions workflow for dependency installation
- Added a specific bundler version requirement to the Gemfile for compatibility. - Removed bundler caching in the GitHub Actions workflow and installed the specified bundler version during the dependency installation step.
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -25,10 +25,11 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.7'
|
||||
bundler-cache: true
|
||||
bundler-cache: false
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
gem install bundler -v '~> 2.3.0'
|
||||
bundle install
|
||||
|
||||
- name: Setup Pages
|
||||
|
||||
Reference in New Issue
Block a user