We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8306ad5 commit e2f4a6fCopy full SHA for e2f4a6f
spec/mspec/README.md
@@ -36,7 +36,7 @@ specs in a manner compatible with multiple Ruby implementations.
36
37
## Requirements
38
39
-MSpec requires Ruby 2.5 or more recent.
+MSpec requires Ruby 2.6 or more recent.
40
41
## Bundler
42
spec/mspec/lib/mspec/utils/script.rb
@@ -280,8 +280,8 @@ def self.main
280
end
281
282
private def check_version!
283
- ruby_version_is ""..."2.5" do
284
- 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"
285
286
287
0 commit comments