diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-06 15:12:45 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-06 15:12:45 -0600 |
| commit | f6b19e9161f20473195f70558dcd2929a8cb78d3 (patch) | |
| tree | 22317f5f1c03d614fc6e8c42f5bd389f88af2b3b /spec/unit/ruby | |
| parent | b13972a2747441d867a3be32258ebdc6e4dadeb3 (diff) | |
Fix some broken specsasync
Diffstat (limited to 'spec/unit/ruby')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index 321aeab..3e2534c 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -40,29 +40,40 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do expect(subject).to match_array([ build('addressable', '2.7.0', path), build('ast', '2.4.1', path), + build('async', '1.26.2', path), + build('async-http', '0.52.4', path), + build('async-io', '1.30.0', path), + build('async-pool', '0.3.2', path), + build('async-rspec', '1.14.0', path), build('benchmark-ips', '2.8.2', path), build('benchmark-malloc', '0.2.0', path), build('benchmark-perf', '0.6.0', path), build('benchmark-trend', '0.4.0', path), - build('bundler-audit', '0.6.1', path), + build('bundler-audit', '0.7.0.1', path), build('byebug', '11.1.3', path), + build('console', '1.8.2', path), build('crack', '0.4.3', path), - build('diff-lcs', '1.3', path), + build('diff-lcs', '1.4.4', path), build('dotenv', '2.7.5', path), build('faraday', '1.0.1', path), build('hashdiff', '1.0.1', path), - build('licensed', '2.11.1', path), + build('licensed', '2.12.1', path), build('licensee', '9.14.0', path), build('mini_portile2', '2.4.0', path), build('multipart-post', '2.1.1', path), build('net-hippie', '0.3.2', path), + build('nio4r', '2.5.2', path), build('nokogiri', '1.10.9', path), build('octokit', '4.18.0', path), build('oj', '3.10.6', path), - build('parallel', '1.19.1', path), - build('parser', '2.7.1.3', path), + build('parallel', '1.19.2', path), + build('parser', '2.7.1.4', path), build('parslet', '2.0.0', path), build('pathname-common_prefix', '0.0.1', path), + build('protocol-hpack', '1.4.2', path), + build('protocol-http', '0.20.0', path), + build('protocol-http1', '0.13.0', path), + build('protocol-http2', '0.14.0', path), build('public_suffix', '4.0.5', path), build('rainbow', '3.0.0', path), build('rake', '13.0.1', path), @@ -74,11 +85,13 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do build('rspec-benchmark', '0.6.0', path), build('rspec-core', '3.9.2', path), build('rspec-expectations', '3.9.2', path), + build('rspec-files', '1.0.2', path), + build('rspec-memory', '1.0.2', path), build('rspec-mocks', '3.9.1', path), build('rspec-support', '3.9.3', path), - build('rubocop', '0.85.1', path), - build('rubocop-ast', '0.0.3', path), - build('rubocop-rspec', '1.40.0', path), + build('rubocop', '0.86.0', path), + build('rubocop-ast', '0.1.0', path), + build('rubocop-rspec', '1.41.0', path), build('ruby-prof', '1.4.1', path), build('ruby-progressbar', '1.10.1', path), build('ruby-xxHash', '0.4.0.1', path), @@ -87,14 +100,15 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do build('sawyer', '0.8.2', path), build('spandx', Spandx::VERSION, path), build('terminal-table', '1.8.0', path), - build('thor', '0.20.3', path), + build('thor', '1.0.1', path), + build('timers', '4.3.0', path), build('tomlrb', '1.3.0', path), build('tty-cursor', '0.7.1', path), build('tty-spinner', '0.9.3', path), build('unicode-display_width', '1.7.0', path), build('vcr', '6.0.0', path), build('webmock', '3.8.3', path), - build('zeitwerk', '2.3.0', path), + build('zeitwerk', '2.3.1', path), ]) end |
