You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gemset.nix generated by Bundix 2.4.1 will set ActionCable's groups to [ "default" ], and websocket-driver's to [ "test" ]. This means that the generated bundlerEnv wouldn't include websocket-driver unless the test group was included, even though it's required by the default group.
The text was updated successfully, but these errors were encountered:
Suppose I have a Gemfile like this:
The gemset.nix generated by Bundix 2.4.1 will set ActionCable's groups to
[ "default" ]
, and websocket-driver's to[ "test" ]
. This means that the generatedbundlerEnv
wouldn't include websocket-driver unless the test group was included, even though it's required by the default group.The text was updated successfully, but these errors were encountered: