summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <github@michaeljherold.com>2023-01-21 13:45:57 -0600
committerGitHub <noreply@github.com>2023-01-22 08:45:57 +1300
commit8193ddb494c53cf656cee233e5faa4f12d657230 (patch)
tree39f84d8582467b511737bac99f5ff49de9e05730
parent16a7dd62eb597d2ec164d40cb02f9e49c2ac81eb (diff)
downloadrack-8193ddb494c53cf656cee233e5faa4f12d657230.tar.gz
Remove outdated contributing guideline (#2025)
There hasn't been an "extras" group in the Gemfile since 2020-05-25 so the step that mentions it hasn't been needed for almost two years. Also, since Bundler is deprecating the "without" behavior, modern Rubies issue a warning with their default version of Bundler.
-rw-r--r--CONTRIBUTING.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bd5a5120..aeaff7af 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,15 +27,6 @@ git pull upstream main
git checkout -b my-feature-branch
```
-## Bundle Install and Quick Test
-
-Ensure that you can build the project and run quick tests.
-
-```
-bundle install --without extra
-bundle exec rake test
-```
-
## Running All Tests
Install all dependencies.