Skip to content

Commit f9469b7

Browse files
committed
Require ruby 2.7+
1 parent eef47c1 commit f9469b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
raise "Ruby versions < 2.6.0 are unsupported!" if RUBY_VERSION < "2.6.0"
1+
raise "Ruby versions < 2.7.0 are unsupported!" if RUBY_VERSION < "2.7.0"
22
raise "Ruby versions >= 3.1.0 are unsupported!" if RUBY_VERSION >= "3.1.0"
33

44
source 'https://rubygems.org'

0 commit comments

Comments
 (0)