Closed
Conversation
This reverts commit 9d7cbbd.
…in to 6.0.1 for now
pavera
approved these changes
Mar 16, 2023
Member
Author
|
I think we need to modify our dockerfile so we run This PR failed to build its ecosystem images with the following error: #34 [builder 29/29] RUN bundle config set --local path 'vendor' && bundle config set --local frozen 'true' && bundle config set --local without 'development' && bundle install && rm -rf ~/.bundle
#34 sha256:38f1edd3ba1e33aabfe656adcdf8ee51d08d36186ecfb19c7c0343a6aacbd9a6
#34 1.269 Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
#34 1.269 installing your bundle as root will break this application for all non-root
#34 1.269 users on this machine.
#34 1.477 You are trying to install in deployment mode after changing
#34 1.477 your Gemfile. Run `bundle install` elsewhere and add the
#34 1.477 updated Gemfile.lock to version control.
#34 1.477
#34 1.477 If this is a development machine, remove the
#34 1.477 /home/dependabot/dependabot-updater/Gemfile freeze
#34 1.477 by running `bundle config unset frozen`.
#34 1.477
#34 1.477 The gemspecs for path gems changed
#34 ERROR: executor failed running [/bin/bash -o pipefail -c bundle config set --local path 'vendor' && bundle config set --local frozen 'true' && bundle config set --local without 'development' && bundle install && rm -rf ~/.bundle]: exit code: 16
------
> [builder 29/29] RUN bundle config set --local path 'vendor' && bundle config set --local frozen 'true' && bundle config set --local without 'development' && bundle install && rm -rf ~/.bundle:
------
executor failed running [/bin/bash -o pipefail -c bundle config set --local path 'vendor' && bundle config set --local frozen 'true' && bundle config set --local without 'development' && bundle install && rm -rf ~/.bundle]: exit code: 16 |
Member
Author
|
Closed in favor of #6855 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The last bump to octokit in common was in #5954