summaryrefslogtreecommitdiff
path: root/spec/unit/ruby
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-09 11:30:39 -0700
committerGitHub <noreply@github.com>2021-03-09 11:30:39 -0700
commit0982962ee6449941438e75bcc7b9cb325134bc7e (patch)
treecc38dba7bcc471336bf4336d767e91e4abf9348d /spec/unit/ruby
parentba2c59b08729dd736721828f93bafffd76ae85ea (diff)
chore(deps): bump sorted_set from 1.0.2 to 1.0.3 (#43)
Bumps [sorted_set](https://github.com/knu/sorted_set) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/knu/sorted_set/releases) - [Changelog](https://github.com/knu/sorted_set/blob/master/CHANGELOG.md) - [Commits](https://github.com/knu/sorted_set/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'spec/unit/ruby')
-rw-r--r--spec/unit/ruby/parsers/gemfile_lock_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
index 217abd6..b3599c5 100644
--- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb
+++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb
@@ -69,7 +69,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do
'rainbow',
'rake',
'rake-compiler',
- 'rbtree3',
+ 'rbtree',
'regexp_parser',
'reverse_markdown',
'rexml',