Skip to content

Commit

Permalink
Limit ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Jun 18, 2024
1 parent 3fc82c9 commit 3795014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "test-unit"
gem "rspec"
gem "rubocop"
gem "rubocop-rubycw"
gem "rubocop-on-rbs"
gem "rubocop-on-rbs" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1')
gem "json"
gem "json-schema"
gem "goodcheck"
Expand Down

0 comments on commit 3795014

Please sign in to comment.