We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef47c1 commit f9469b7Copy full SHA for f9469b7
Gemfile
@@ -1,4 +1,4 @@
1
-raise "Ruby versions < 2.6.0 are unsupported!" if RUBY_VERSION < "2.6.0"
+raise "Ruby versions < 2.7.0 are unsupported!" if RUBY_VERSION < "2.7.0"
2
raise "Ruby versions >= 3.1.0 are unsupported!" if RUBY_VERSION >= "3.1.0"
3
4
source 'https://rubygems.org'
0 commit comments