diff options
Diffstat (limited to 'spec/unit')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index 321aeab..abdb16e 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -40,27 +40,30 @@ 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('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('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.0', 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('public_suffix', '4.0.5', path), @@ -76,7 +79,7 @@ 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.85.1', path), + build('rubocop', '0.86.0', path), build('rubocop-ast', '0.0.3', path), build('rubocop-rspec', '1.40.0', path), build('ruby-prof', '1.4.1', path), @@ -87,7 +90,8 @@ 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), |
