mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/mspec@b9fe8d6
This commit is contained in:
parent
2a4049b23c
commit
4ec32f869f
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@ class BugGuard < VersionGuard
|
|||
@bug = bug
|
||||
if String === requirement
|
||||
MSpec.deprecate "ruby_bug with a single version", 'an exclusive range ("2.1"..."2.3")'
|
||||
@requirement = SpecVersion.new requirement, true
|
||||
super(FULL_RUBY_VERSION, requirement)
|
||||
@requirement = SpecVersion.new requirement, true
|
||||
else
|
||||
super(FULL_RUBY_VERSION, requirement)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue