Skip to content

Commit

Permalink
Updated instructions in Readme how to use Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JinHuangAtZen committed May 17, 2024
1 parent ac59058 commit 5e3d675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ ZendeskAPI::AppInstallation.destroy!(client, :id => 123)
See `.github/workflows/main.yml` to understand the CI process.

```
bundle exec rake # Runs the tests
bundle exec rubocop # Runs the lint (use `--fix` for autocorrect)
BUNDLE_GEMFILE=Gemfile.2.7 bundle exec rake # Runs the tests, assuming Ruby 2.7 is chosen
BUNDLE_GEMFILE=Gemfile.2.7 bundle exec rubocop # Runs the lint (use `--fix` for autocorrect), assuming Ruby 2.7 is chosen
```

## Releasing a new gem version
Expand Down

0 comments on commit 5e3d675

Please sign in to comment.