Building fails using bundler 2.5.3
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
I am using a GitHub action to deploy a Jekyll static web app.
The deployment failed without making any changes to the action.
This is the action
` steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: 💎 Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: 🔧 Install dependencies
run: bundle install
- name: 🏃♂️ Bundle jekyll
run: bundle exec jekyll build
- name: 🚀 Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_NODEBOX_WEBAPP_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: "upload"
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "_site" # Built app content directory - optional
deployment_environment: "development"`
this is the error.

the change I noticed is in the different bundler used.

Any suggestions?
Thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.