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 3fc82c9 commit 3795014Copy full SHA for 3795014
Gemfile
@@ -10,7 +10,7 @@ gem "test-unit"
10
gem "rspec"
11
gem "rubocop"
12
gem "rubocop-rubycw"
13
-gem "rubocop-on-rbs"
+gem "rubocop-on-rbs" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1')
14
gem "json"
15
gem "json-schema"
16
gem "goodcheck"
0 commit comments