Skip to content

Commit

Permalink
Remove redundant Rbenv install and bundle command
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
brew "dnsmasq"
brew "rbenv"
brew "pv"
brew "shellcheck"

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 0f047b8

Please sign in to comment.