Skip to content

Commit a590c16

Browse files
committed
change order so ruby_version is on top
1 parent 42c405a commit a590c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rubocop-github.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Gem::Specification.new do |s|
1818

1919
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]
2020

21+
s.required_ruby_version = ">= 3.0.0"
22+
2123
s.add_dependency "rubocop", ">= 1.37"
2224
s.add_dependency "rubocop-performance", ">= 1.15"
2325
s.add_dependency "rubocop-rails", ">= 2.17"
@@ -26,8 +28,6 @@ Gem::Specification.new do |s|
2628
s.add_development_dependency "minitest"
2729
s.add_development_dependency "rake"
2830

29-
s.required_ruby_version = ">= 3.0.0"
30-
3131
s.email = "[email protected]"
3232
s.authors = "GitHub"
3333
end

0 commit comments

Comments
 (0)