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

Fix Dependabot alerts on Rack #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ilumsden
Copy link
Member

@ilumsden ilumsden commented Sep 6, 2022

This PR should resolve Dependabot alerts 1 and 2.

There are two changes made in this PR:

  1. The version of rack is bumped from 2.0.9.1 to 2.2.4 (the oldest version of rack that resolves both issues, according to Dependabot)
  2. Modifies Gemfile.lock to account for the version bump

Note that the modifications to Gemfile.lock were made by running bundle install on a local copy of the repo. This command was run on a M1 MacBook, so there may possibly be some additional tweaks that have to be made to get the website to work on whatever service it's hosted on.

@ilumsden ilumsden added the dependencies Pull requests that update a dependency file label Sep 6, 2022
@ilumsden ilumsden requested review from taufer and polaya07 September 6, 2022 13:57
@ilumsden ilumsden self-assigned this Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant