diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-24 13:30:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 13:30:54 -0700 |
| commit | 1ab190b0374f4e579d85b4993ea184525eefb3bd (patch) | |
| tree | 0fd3b143a30d56fe96b5ac359ee3726d20627213 /spec/unit/ruby | |
| parent | 1043036ace85c2ab3835abd29cd76eb268d89b23 (diff) | |
chore(deps): bump nokogiri from 1.10.10 to 1.11.1 (#36)
* chore(deps): bump nokogiri from 1.10.10 to 1.11.1
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mo khan <mo.khan@gmail.com>
Diffstat (limited to 'spec/unit/ruby')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index 6140f88..a795098 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -53,10 +53,10 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do build('hashdiff', '1.0.1', path), build('licensed', '2.14.3', path), build('licensee', '9.14.1', path), - build('mini_portile2', '2.4.0', path), + build('mini_portile2', '2.5.0', path), build('multipart-post', '2.1.1', path), build('net-hippie', '1.1.0', path), - build('nokogiri', '1.10.10', path), + build('nokogiri', '1.11.1', path), build('octokit', '4.19.0', path), build('oj', '3.10.18', path), build('parallel', '1.20.1', path), @@ -64,6 +64,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do build('parslet', '2.0.0', path), build('pathname-common_prefix', '0.0.1', path), build('public_suffix', '4.0.6', path), + build('racc', '1.5.2', path), build('rainbow', '3.0.0', path), build('rake', '13.0.3', path), build('rake-compiler', '1.1.1', path), |
