Skip to content

Commit

Permalink
Update to ruby/mspec@9542a88
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jul 29, 2021
1 parent 41e2ab8 commit 15d05f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/mspec/README.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions spec/mspec/lib/mspec/utils/script.rb
Expand Up @@ -280,8 +280,8 @@ def self.main
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

0 comments on commit 15d05f8

Please sign in to comment.