Skip to content

Commit

Permalink
Further split up Gemfile into groups
Browse files Browse the repository at this point in the history
This is now possible thanks to sorbet/sorbet#7718.

Homebrew/brew@3b1c171
  • Loading branch information
ZhongRuoyu committed Feb 24, 2024
1 parent 094d666 commit cd87a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN mkdir -p \
&& git -C .linuxbrew/Homebrew remote set-url origin https://github.com/Homebrew/brew \
&& git -C .linuxbrew/Homebrew fetch origin \
&& HOMEBREW_NO_ANALYTICS=1 HOMEBREW_NO_AUTO_UPDATE=1 brew tap --force homebrew/core \
&& brew install-bundler-gems \
&& brew install-bundler-gems --groups=all \
&& brew cleanup \
&& { git -C .linuxbrew/Homebrew config --unset gc.auto; true; } \
&& { git -C .linuxbrew/Homebrew config --unset homebrew.devcmdrun; true; } \
Expand Down

0 comments on commit cd87a56

Please sign in to comment.