summaryrefslogtreecommitdiff
path: root/spec/unit/ruby
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-12 15:38:56 -0600
committermo khan <mo.khan@gmail.com>2020-06-12 15:38:56 -0600
commit077998970180a9f21d287d2716ef9d2eaceb4cfa (patch)
tree5ab7bd250de38d1290cc112753e50adb173b4f8a /spec/unit/ruby
parent50437b8b4bf9f4e17a892c5a02f086ec3ac9fd3e (diff)
Move spinner into Table printer
Diffstat (limited to 'spec/unit/ruby')
-rw-r--r--spec/unit/ruby/parsers/gemfile_lock_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
index 392a3a5..321aeab 100644
--- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb
+++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
@@ -39,7 +39,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
specify do
expect(subject).to match_array([
build('addressable', '2.7.0', path),
- build('ast', '2.4.0', path),
+ build('ast', '2.4.1', path),
build('benchmark-ips', '2.8.2', path),
build('benchmark-malloc', '0.2.0', path),
build('benchmark-perf', '0.6.0', path),
@@ -51,11 +51,10 @@ 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.11.0', path),
+ build('licensed', '2.11.1', path),
build('licensee', '9.14.0', path),
build('mini_portile2', '2.4.0', path),
build('multipart-post', '2.1.1', path),
- build('nanospinner', '1.0.0', path),
build('net-hippie', '0.3.2', path),
build('nokogiri', '1.10.9', path),
build('octokit', '4.18.0', path),
@@ -79,7 +78,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
build('rspec-support', '3.9.3', path),
build('rubocop', '0.85.1', path),
build('rubocop-ast', '0.0.3', path),
- build('rubocop-rspec', '1.39.0', path),
+ build('rubocop-rspec', '1.40.0', path),
build('ruby-prof', '1.4.1', path),
build('ruby-progressbar', '1.10.1', path),
build('ruby-xxHash', '0.4.0.1', path),
@@ -90,7 +89,8 @@ 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.8.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),