Skip to content

Commit e2f4a6f

Browse files
committed
1 parent 8306ad5 commit e2f4a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/mspec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ specs in a manner compatible with multiple Ruby implementations.
3636

3737
## Requirements
3838

39-
MSpec requires Ruby 2.5 or more recent.
39+
MSpec requires Ruby 2.6 or more recent.
4040

4141
## Bundler
4242

spec/mspec/lib/mspec/utils/script.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ def self.main
280280
end
281281

282282
private def check_version!
283-
ruby_version_is ""..."2.5" do
284-
warn "MSpec is supported for Ruby 2.5 and above only"
283+
ruby_version_is ""..."2.6" do
284+
warn "MSpec is supported for Ruby 2.6 and above only"
285285
end
286286
end
287287
end

0 commit comments

Comments
 (0)