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 c466779 commit f7cdd22Copy full SHA for f7cdd22
lib/specinfra/version.rb
@@ -1,5 +1,5 @@
1
module Specinfra
2
- VERSION = "2.90.1"
+ VERSION = "2.91.0"
3
4
def self.ruby_is_older_than?(*version)
5
(RUBY_VERSION.split('.').map(&:to_i) <=> version) < 0
0 commit comments