README.md in bundler-alive-0.1.5 vs README.md in bundler-alive-0.1.6
- old
+ new
@@ -5,11 +5,11 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/a79d53257bc5e93842f6/maintainability)](https://codeclimate.com/github/kyoshidajp/bundler-alive/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a79d53257bc5e93842f6/test_coverage)](https://codeclimate.com/github/kyoshidajp/bundler-alive/test_coverage)
`bunder-alive` checks if gems in a RubyGem's `Gemfile.lock` are active.
-Currently only GitHub is supported as a source code repository. If the source code repository is archived, then reports as not alive.
+Currently GitHub.com and GitLab.com are supported as a source code repository. If the source code repository is archived, then reports as not alive.
## Installation
```
$ gem install bunlder-alive
@@ -38,9 +38,13 @@
Default `Gemfile.lock` location is in your current directory. You can specify it.
```
$ bundle-alive -G /path/to/Gemfile.lock
```
+
+## GitLab Access Token
+
+When gems are in GitLab.com repository, you MUST set environment variable `BUNDLER_ALIVE_GITLAB_TOKEN`. See the document [Personal access tokens](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html).
## Exceeding rate limit
In some cases, the following error may be output.