diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-07 16:36:41 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-07 16:36:41 -0600 |
| commit | de589d543fc30278c63e4592087ad269edbb2cdb (patch) | |
| tree | d08604991c3075dd4a0f238f1337daa80858f488 /spec/unit/ruby | |
| parent | e54dcafa8cb8d7d841c2cb04d34f3431d66bc27a (diff) | |
Upgrade gem dependencies
Diffstat (limited to 'spec/unit/ruby')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index 5983ecd..392a3a5 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -68,7 +68,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do build('rainbow', '3.0.0', path), build('rake', '13.0.1', path), build('rake-compiler', '1.1.0', path), - build('regexp_parser', '1.7.0', path), + build('regexp_parser', '1.7.1', path), build('reverse_markdown', '1.4.0', path), build('rexml', '3.2.4', path), build('rspec', '3.9.0', path), @@ -77,7 +77,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.0', path), + build('rubocop', '0.85.1', path), build('rubocop-ast', '0.0.3', path), build('rubocop-rspec', '1.39.0', path), build('ruby-prof', '1.4.1', path), @@ -92,7 +92,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do build('tomlrb', '1.3.0', path), build('tty-screen', '0.8.0', path), build('unicode-display_width', '1.7.0', path), - build('vcr', '5.1.0', path), + build('vcr', '6.0.0', path), build('webmock', '3.8.3', path), build('zeitwerk', '2.3.0', path), ]) |
