Skip to content

Commit c625246

Browse files
committed
minor
1 parent b3b00ea commit c625246

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -a
22
test -f .env.local && . .env.local
33
echo "User provider=${PROVIDER}"
4-
. .env.${PROVIDER}
4+
test -f .env.${PROVIDER} && . .env.${PROVIDER}
55
set +a
66

77
export PORT=$(port-selector)

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ PLATFORMS
581581
arm-linux-gnu
582582
arm-linux-musl
583583
arm64-darwin-24
584+
arm64-darwin-25
584585
x86_64-linux
585586
x86_64-linux-gnu
586587
x86_64-linux-musl

0 commit comments

Comments
 (0)