summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-01-16 10:24:11 +0000
committerCan Eldem <celdem@gitlab.com>2020-01-16 10:24:11 +0000
commit2074e7e5ea3012be6f3a72bd4af934a42b7202ca (patch)
treece9ec33580f0e6e3f9cf3df1aab2f2cf7b5601cb /Gemfile.lock
parentf4f59927f87944a4d73be26416a7334521875f40 (diff)
parent34f162a4903d852d47bd5440839f7519eb6fa8f0 (diff)
Merge branch '12012-pipfile-lock' into 'master'v2.4.0
Add support for Pipfile.lock See merge request gitlab-org/security-products/license-management!103
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 4978f8d..60f69d1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,13 +1,18 @@
PATH
remote: .
specs:
- license-management (2.3.1)
+ license-management (2.4.0)
license_finder (~> 5.11)
+ net-hippie (~> 0.3)
GEM
remote: https://rubygems.org/
specs:
+ addressable (2.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
diff-lcs (1.3)
+ json-schema (2.8.1)
+ addressable (>= 2.4)
license_finder (5.11.1)
bundler
rubyzip (>= 1, < 3)
@@ -15,7 +20,9 @@ GEM
toml (= 0.2.0)
with_env (= 1.1.0)
xml-simple
+ net-hippie (0.3.0)
parslet (1.8.2)
+ public_suffix (4.0.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
@@ -40,6 +47,7 @@ PLATFORMS
ruby
DEPENDENCIES
+ json-schema (~> 2.8)
license-management!
rspec (~> 3.9)