There was an error while loading. Please reload this page.
1 parent 61b96f6 commit 2239753Copy full SHA for 2239753
lib/mspec/utils/script.rb
@@ -39,7 +39,7 @@ def self.get(key)
39
40
def initialize
41
ruby_version_is ""..."2.5" do
42
- abort "MSpec needs Ruby 2.5 or more recent"
+ warn "MSpec is supported for Ruby 2.5 and above only"
43
end
44
45
config[:formatter] = nil
0 commit comments