Skip to content

Commit da97783

Browse files
committed
🔧 Disable local ruby-oauth deps by default
1 parent d70d175 commit da97783

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.local.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export AUTOGEN_FIXTURE_CLEANUP=false # autogenerated gem fixture cleanup after e
1111
export GIT_HOOK_FOOTER_APPEND=false
1212
export GIT_HOOK_FOOTER_APPEND_DEBUG=false
1313
export GIT_HOOK_FOOTER_SENTINEL="⚡️ A message from a fellow meat-based-AI"
14+
export RUBY_OAUTH_DEV=false # use released ruby-oauth sibling gems by default
1415

1516
# Tokens used by ci:act and CI helpers for reading workflow/pipeline status via APIs
1617
# GitHub (either GITHUB_TOKEN or GH_TOKEN will be used; fine-grained recommended)

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ DEBUG = "false"
1818
FLOSS_CFG_FUND_DEBUG = "false"
1919
FLOSS_CFG_FUND_LOGFILE = "tmp/log/debug.log"
2020
RUBOCOP_LTS_LOCAL = "false"
21+
RUBY_OAUTH_DEV = "false"
2122
OPENCOLLECTIVE_HANDLE = "ruby-oauth"
2223
FUNDING_ORG = "ruby-oauth"
2324
_.path = ["exe", "bin"]

0 commit comments

Comments
 (0)