diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-28 16:55:12 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-28 16:55:12 -0700 |
| commit | 68b11cbf84279688a099d5be7a2b592b9373c16f (patch) | |
| tree | 223d12247857431b5bddc36b86a5b6e5a3fab663 /spec | |
| parent | 16eb3844fd86537770d375bbeeb9eeb7b4112b1f (diff) | |
test: update assertions
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index adf981c..0c396f7 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -40,50 +40,50 @@ 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('benchmark-ips', '2.8.2', path), + build('benchmark-ips', '2.8.4', 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.7.0.1', path), build('byebug', '11.1.3', path), - build('crack', '0.4.3', path), + build('crack', '0.4.4', path), build('diff-lcs', '1.4.4', path), build('dotenv', '2.7.6', path), - build('faraday', '1.0.1', path), + build('faraday', '1.2.0', path), build('hashdiff', '1.0.1', path), - build('licensed', '2.12.2', path), - build('licensee', '9.14.0', path), + build('licensed', '2.14.3', path), + build('licensee', '9.14.1', path), build('mini_portile2', '2.4.0', path), build('multipart-post', '2.1.1', path), - build('net-hippie', '1.0.1', path), + build('net-hippie', '1.1.0', path), build('nokogiri', '1.10.10', path), - build('octokit', '4.18.0', path), - build('oj', '3.10.16', path), - build('parallel', '1.19.2', path), - build('parser', '2.7.1.4', path), + build('octokit', '4.19.0', path), + build('oj', '3.10.18', path), + build('parallel', '1.20.1', path), + build('parser', '3.0.0.0', path), build('parslet', '2.0.0', path), build('pathname-common_prefix', '0.0.1', path), - build('public_suffix', '4.0.5', path), + build('public_suffix', '4.0.6', path), build('rainbow', '3.0.0', path), - build('rake', '13.0.1', path), + build('rake', '13.0.3', path), build('rake-compiler', '1.1.1', path), - build('regexp_parser', '1.7.1', path), + build('regexp_parser', '2.0.2', path), build('reverse_markdown', '1.4.0', path), build('rexml', '3.2.4', path), - build('rspec', '3.9.0', path), + build('rspec', '3.10.0', path), build('rspec-benchmark', '0.6.0', path), - build('rspec-core', '3.9.2', path), - build('rspec-expectations', '3.9.2', path), - build('rspec-mocks', '3.9.1', path), - build('rspec-support', '3.9.3', path), - build('rubocop', '0.88.0', path), - build('rubocop-ast', '0.2.0', path), - build('rubocop-rspec', '1.42.0', path), - build('ruby-prof', '1.4.1', path), + build('rspec-core', '3.10.0', path), + build('rspec-expectations', '3.10.0', path), + build('rspec-mocks', '3.10.0', path), + build('rspec-support', '3.10.0', path), + build('rubocop', '0.93.1', path), + build('rubocop-ast', '1.3.0', path), + build('rubocop-rspec', '1.44.1', path), + build('ruby-prof', '1.4.2', path), build('ruby-progressbar', '1.10.1', path), build('ruby-xxHash', '0.4.0.1', path), - build('rugged', '0.99.0', path), - build('safe_yaml', '1.0.5', path), + build('ruby2_keywords', '0.0.2', path), + build('rugged', '1.1.0', path), build('sawyer', '0.8.2', path), build('spandx', Spandx::VERSION, path), build('terminal-table', '1.8.0', path), @@ -93,8 +93,8 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do 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.4.1', path), + build('webmock', '3.11.0', path), + build('zeitwerk', '2.4.2', path), ]) end |
