summaryrefslogtreecommitdiff
path: root/spec/unit/ruby
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 22:12:07 -0700
committermo khan <mo@mokhan.ca>2021-02-04 22:12:07 -0700
commit92b036045379544d3163ed6573f868b7434b0844 (patch)
tree0fe6ac36168be449d3af4aa96a0882f82d7600cb /spec/unit/ruby
parente6325b032d232a34212c4c6fde5605a01fc6920e (diff)
test: update test assertions
Diffstat (limited to 'spec/unit/ruby')
-rw-r--r--spec/unit/ruby/parsers/gemfile_lock_spec.rb33
1 files changed, 17 insertions, 16 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
index a795098..4adcc1b 100644
--- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb
+++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
@@ -39,26 +39,27 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
specify do
expect(subject).to match_array([
build('addressable', '2.7.0', path),
- build('ast', '2.4.1', path),
+ build('ast', '2.4.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.4', path),
+ build('crack', '0.4.5', path),
build('diff-lcs', '1.4.4', path),
build('dotenv', '2.7.6', path),
- build('faraday', '1.2.0', path),
+ build('faraday', '1.3.0', path),
+ build('faraday-net_http', '1.0.1', path),
build('hashdiff', '1.0.1', path),
build('licensed', '2.14.3', path),
build('licensee', '9.14.1', path),
build('mini_portile2', '2.5.0', path),
build('multipart-post', '2.1.1', path),
- build('net-hippie', '1.1.0', path),
+ build('net-hippie', '1.1.1', path),
build('nokogiri', '1.11.1', path),
- build('octokit', '4.19.0', path),
- build('oj', '3.10.18', path),
+ build('octokit', '4.20.0', path),
+ build('oj', '3.11.2', path),
build('parallel', '1.20.1', path),
build('parser', '3.0.0.0', path),
build('parslet', '2.0.0', path),
@@ -69,35 +70,35 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
build('rake', '13.0.3', path),
build('rake-compiler', '1.1.1', path),
build('rbtree3', '0.6.0', path),
- build('regexp_parser', '2.0.2', path),
+ build('regexp_parser', '2.0.3', path),
build('reverse_markdown', '1.4.0', path),
build('rexml', '3.2.4', path),
build('rspec', '3.10.0', path),
build('rspec-benchmark', '0.6.0', 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('rspec-core', '3.10.1', path),
+ build('rspec-expectations', '3.10.1', path),
+ build('rspec-mocks', '3.10.2', path),
+ build('rspec-support', '3.10.2', path),
build('rubocop', '0.93.1', path),
- build('rubocop-ast', '1.3.0', path),
+ build('rubocop-ast', '1.4.1', path),
build('rubocop-rspec', '1.44.1', path),
build('ruby-prof', '1.4.2', path),
- build('ruby-progressbar', '1.10.1', path),
+ build('ruby-progressbar', '1.11.0', path),
build('ruby-xxHash', '0.4.0.1', path),
- build('ruby2_keywords', '0.0.2', path),
+ build('ruby2_keywords', '0.0.4', path),
build('rugged', '1.1.0', path),
build('sawyer', '0.8.2', path),
build('set', '1.0.1', path),
build('sorted_set', '1.0.2', path),
build('spandx', Spandx::VERSION, path),
build('terminal-table', '1.8.0', path),
- build('thor', '1.0.1', path),
+ build('thor', '1.1.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.11.0', path),
+ build('webmock', '3.11.2', path),
build('zeitwerk', '2.4.2', path),
])
end