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

Refresh Gemfile.lock #313

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Refresh Gemfile.lock #313

merged 1 commit into from
Nov 19, 2024

Conversation

ajnelson-nist
Copy link
Member

@ajnelson-nist ajnelson-nist commented Nov 19, 2024

Commands run, in a local Ubuntu 22.04 instance:

bundle config set --local path 'vendor/bundle'
bundle install

These updates seem satisfiable, per:

bundle check --dry-run --gemfile Gemfile

That check command was failing prior to this patch.

References:

Commands run, in a local Ubuntu 22.04 instance:

```bash
bundle config set --local path 'vendor/bundle'
bundle install
```

These updates seem satisfiable, per:

```bash
bundle check --dry-run --gemfile Gemfile
```

That `check` command was failing prior to this patch.

References:
* https://github.com/actions/jekyll-build-pages/blob/e9ec94b518184f806907923eaeb6bc69294b0bce/entrypoint.sh#L15

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
@ajnelson-nist ajnelson-nist marked this pull request as ready for review November 19, 2024 18:45
@ajnelson-nist ajnelson-nist requested a review from a team as a code owner November 19, 2024 18:45
@ajnelson-nist
Copy link
Member Author

This PR is ready for review and merge.

@kchason kchason merged commit 0416e94 into master Nov 19, 2024
1 check passed
@kchason kchason deleted the refresh_gemfile_lock branch November 19, 2024 21:37
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.

2 participants