Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add x86_64-linux to Gemfile.lock #2231

Merged
merged 1 commit into from
May 9, 2023
Merged

Conversation

julianguyen
Copy link
Member

Description

We need to add x86_64-linux to platforms in Gemfile.lock for the Heroku deploy build to work.

The following error occurs:

remote: -----> Installing dependencies using bundler 2.3.25        
remote:        Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4        
remote:        Your bundle only supports platforms ["aarch64-linux", "arm64-darwin-21",        
remote:        "arm64-darwin-22", "x86_64-darwin-20"] but your local platform is x86_64-linux.        
remote:        Add the current platform to the lockfile with        
remote:        `bundle lock --add-platform x86_64-linux` and try again.        
remote:        Bundler Output: Your bundle only supports platforms ["aarch64-linux", "arm64-darwin-21",        
remote:        "arm64-darwin-22", "x86_64-darwin-20"] but your local platform is x86_64-linux.        
remote:        Add the current platform to the lockfile with        
remote:        `bundle lock --add-platform x86_64-linux` and try again.        
remote:         
remote:  !        
remote:  !     Failed to install gems via Bundler.        
remote:  !        
remote:  !     Push rejected, failed to compile Ruby app.        
remote: 
remote:  !     Push failed        
remote: Verifying deploy...        
remote: 
remote: !	Push rejected to ifme.

Reviewing this pull request? Check out our Code Review Practices guide if you haven't already!

@julianguyen julianguyen merged commit 4462bea into main May 9, 2023
@delete-merged-branch delete-merged-branch bot deleted the add-x86_64-linux-to-lockfile branch May 9, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant