Skip to content

Commit 3795014

Browse files
committed
Limit ruby version
1 parent 3fc82c9 commit 3795014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "test-unit"
1010
gem "rspec"
1111
gem "rubocop"
1212
gem "rubocop-rubycw"
13-
gem "rubocop-on-rbs"
13+
gem "rubocop-on-rbs" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1')
1414
gem "json"
1515
gem "json-schema"
1616
gem "goodcheck"

0 commit comments

Comments
 (0)