summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-20 10:44:59 -0600
committermo khan <mo.khan@gmail.com>2020-04-20 10:56:18 -0600
commitfb7f9fcd77bd7d4d36d315cd9c7cd8ab78c167ff (patch)
tree5ab0dbf8305050ca290d25a6be9c584b38119a9e
parent0d268993b9416e7c9756cfc2298dba35ef913ed5 (diff)
Use --local to install license-management gem
* Add CHANGELOG entry
-rw-r--r--CHANGELOG.md4
-rw-r--r--Gemfile.lock4
-rw-r--r--lib/license/management/version.rb2
-rwxr-xr-xrun.sh2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5def309..013bb96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# GitLab License management changelog
+## v3.7.3
+
+- Add `--local` option to `gem install` step to speed up initial scan time. (!135)
+
## v3.7.2
- Forward custom `GRADLE_CLI_OPTS` to `gradle downloadLicenses` and skip additional install step. (!121)
diff --git a/Gemfile.lock b/Gemfile.lock
index ce54189..54708a9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- license-management (3.7.2)
+ license-management (3.7.3)
license_finder (~> 6.0.0)
spandx (~> 0.1)
@@ -72,7 +72,7 @@ GEM
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
rubyzip (2.3.0)
- spandx (0.12.0)
+ spandx (0.12.3)
addressable (~> 2.7)
bundler (>= 1.16, < 3.0.0)
net-hippie (~> 0.3)
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index 46ec201..c00ae73 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.7.2'
+ VERSION = '3.7.3'
end
end
diff --git a/run.sh b/run.sh
index b061f92..19dc495 100755
--- a/run.sh
+++ b/run.sh
@@ -47,7 +47,7 @@ function debug_env() {
}
function scan_project() {
- gem install -f --silent "$LM_HOME/pkg/*.gem"
+ gem install --local -f --silent "$LM_HOME/pkg/*.gem"
license_management ignored_groups add development
license_management ignored_groups add develop
license_management ignored_groups add test