This commit is contained in:
Benoit Daloze 2019-06-27 21:02:33 +02:00
Родитель 310a42e89c
Коммит c940397116
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -38,7 +38,7 @@ specs in a manner compatible with multiple Ruby implementations.
## Requirements
MSpec requires Ruby 2.3 or more recent.
MSpec requires Ruby 2.4 or more recent.
## Bundler

Просмотреть файл

@ -39,8 +39,8 @@ class MSpecScript
end
def initialize
ruby_version_is ""..."2.3" do
abort "MSpec needs Ruby 2.3 or more recent"
ruby_version_is ""..."2.4" do
abort "MSpec needs Ruby 2.4 or more recent"
end
config[:formatter] = nil