diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-15 14:19:39 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-15 15:03:09 -0700 |
| commit | 3aeed26912b238f6cb9c8b43587b0f3a7bf181f4 (patch) | |
| tree | 27bc5cef8453df5f019f6146f26b4e0d346e1a40 /Gemfile.lock | |
| parent | 0045121115a0fdad70ca30f4a1e046e53986e02c (diff) | |
Add spec to ensure we can parse a v3 Pipfile.lock
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index abe9075..60f69d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,11 @@ PATH 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) @@ -18,6 +22,7 @@ GEM 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) @@ -42,6 +47,7 @@ PLATFORMS ruby DEPENDENCIES + json-schema (~> 2.8) license-management! rspec (~> 3.9) |
