We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b00ea commit c625246Copy full SHA for c625246
2 files changed
.envrc
@@ -1,7 +1,7 @@
1
set -a
2
test -f .env.local && . .env.local
3
echo "User provider=${PROVIDER}"
4
-. .env.${PROVIDER}
+test -f .env.${PROVIDER} && . .env.${PROVIDER}
5
set +a
6
7
export PORT=$(port-selector)
Gemfile.lock
@@ -581,6 +581,7 @@ PLATFORMS
581
arm-linux-gnu
582
arm-linux-musl
583
arm64-darwin-24
584
+ arm64-darwin-25
585
x86_64-linux
586
x86_64-linux-gnu
587
x86_64-linux-musl
0 commit comments