зеркало из https://github.com/github/ruby.git
Update to ruby/mspec@9542a88
This commit is contained in:
Родитель
41e2ab88c3
Коммит
15d05f8120
|
@ -36,7 +36,7 @@ specs in a manner compatible with multiple Ruby implementations.
|
|||
|
||||
## Requirements
|
||||
|
||||
MSpec requires Ruby 2.5 or more recent.
|
||||
MSpec requires Ruby 2.6 or more recent.
|
||||
|
||||
## Bundler
|
||||
|
||||
|
|
|
@ -280,8 +280,8 @@ class MSpecScript
|
|||
end
|
||||
|
||||
private def check_version!
|
||||
ruby_version_is ""..."2.5" do
|
||||
warn "MSpec is supported for Ruby 2.5 and above only"
|
||||
ruby_version_is ""..."2.6" do
|
||||
warn "MSpec is supported for Ruby 2.6 and above only"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче