-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant Rbenv install and bundle command
Neither of these were necessary for normal use of GOV.UK Docker, and the previous commits also make them redundant for running the tests.
- Loading branch information
Ben Thorner
committed
Jun 20, 2022
1 parent
99f9096
commit 0f047b8
Showing
2 changed files
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
brew "dnsmasq" | ||
brew "rbenv" | ||
brew "pv" | ||
brew "shellcheck" | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ Run `echo $SHELL` if you're not sure which shell you use. After saving, you will | |
``` | ||
git clone [email protected]:alphagov/govuk-docker.git | ||
cd govuk-docker | ||
bundle install | ||
bin/setup | ||
``` | ||
|
||
|