summaryrefslogtreecommitdiff
path: root/spec/unit/ruby
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-06 00:48:31 -0600
committermo khan <mo.khan@gmail.com>2020-06-06 00:48:31 -0600
commitf770ac16591d322afd91074099d1c2272f8ed193 (patch)
tree904fd7648c3494fb6ce278e940fd73e7af549a10 /spec/unit/ruby
parentb2f50360e39c73f7de31f4d83cac624fe0171c12 (diff)
Process each dependency in background thread
Diffstat (limited to 'spec/unit/ruby')
-rw-r--r--spec/unit/ruby/parsers/gemfile_lock_spec.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
index 305e238..5983ecd 100644
--- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb
+++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
@@ -51,7 +51,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
build('dotenv', '2.7.5', path),
build('faraday', '1.0.1', path),
build('hashdiff', '1.0.1', path),
- build('licensed', '2.10.0', path),
+ build('licensed', '2.11.0', path),
build('licensee', '9.14.0', path),
build('mini_portile2', '2.4.0', path),
build('multipart-post', '2.1.1', path),
@@ -61,13 +61,14 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
build('octokit', '4.18.0', path),
build('oj', '3.10.6', path),
build('parallel', '1.19.1', path),
- build('parser', '2.7.1.2', path),
+ build('parser', '2.7.1.3', path),
build('parslet', '2.0.0', path),
build('pathname-common_prefix', '0.0.1', path),
build('public_suffix', '4.0.5', path),
build('rainbow', '3.0.0', path),
build('rake', '13.0.1', path),
build('rake-compiler', '1.1.0', path),
+ build('regexp_parser', '1.7.0', path),
build('reverse_markdown', '1.4.0', path),
build('rexml', '3.2.4', path),
build('rspec', '3.9.0', path),
@@ -76,7 +77,8 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
build('rspec-expectations', '3.9.2', path),
build('rspec-mocks', '3.9.1', path),
build('rspec-support', '3.9.3', path),
- build('rubocop', '0.83.0', path),
+ build('rubocop', '0.85.0', path),
+ build('rubocop-ast', '0.0.3', path),
build('rubocop-rspec', '1.39.0', path),
build('ruby-prof', '1.4.1', path),
build('ruby-progressbar', '1.10.1', path),
@@ -88,7 +90,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
build('terminal-table', '1.8.0', path),
build('thor', '0.20.3', path),
build('tomlrb', '1.3.0', path),
- build('tty-screen', '0.7.1', path),
+ build('tty-screen', '0.8.0', path),
build('unicode-display_width', '1.7.0', path),
build('vcr', '5.1.0', path),
build('webmock', '3.8.3', path),