Skip to content

Commit

Permalink
Merge pull request #767 from alphagov/dependabot/bundler/rexml-3.3.3
Browse files Browse the repository at this point in the history
Bump rexml from 3.3.2 to 3.3.3
  • Loading branch information
kevindew authored Aug 5, 2024
2 parents 6f4dd56 + c050458 commit 7617041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
rack (3.1.6)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.3.2)
rexml (3.3.3)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
4 changes: 2 additions & 2 deletions exe/govuk-docker
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if ! "$(dirname "$0")"/govuk-docker-version >/dev/null; then
read -rp "Press enter to continue..."
fi

>&2 echo "docker-compose -f [...] $*"
docker-compose "${COMPOSE_FLAGS[@]}" "$@"
>&2 echo "docker compose -f [...] $*"
docker compose "${COMPOSE_FLAGS[@]}" "$@"

0 comments on commit 7617041

Please sign in to comment.