diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-24 09:59:15 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-24 16:41:50 -0700 |
| commit | 39afdc40296871d9f7c1732ff3f7e1e3b7b28bbe (patch) | |
| tree | 8f547ce1077b89c732411fc28c4a9efa6730ceca /lib | |
| parent | 525d7cb9a30bb14306d6a00919dc25313c632b64 (diff) | |
Exclude development/test dependenciesv2.5.2
* Remove develoment and test dependencies from java-maven fixtures
* Ensure that ruby projects with bundler 2.0 are scannable
* Update CHANGELOG
* Assign @errors ivar for error message
* Remove --cache-from
* Use default ruby and install bundler conservatively
* Install gems to local path
* Add --no-prepare when gems are installed
* Print ruby, rubygems and bundler version
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/license/management/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb index 5717fbe..ab693f3 100644 --- a/lib/license/management/version.rb +++ b/lib/license/management/version.rb @@ -2,6 +2,6 @@ module License module Management - VERSION = '2.5.1' + VERSION = '2.5.2' end end |
