Skip to content

Commit 73a60c8

Browse files
authored
Add version constraint to rails and performance extesion (#30)
They are now unconditionally specified as plugins but only these version will actually work with that approach.
1 parent 08dfee1 commit 73a60c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rubocop-rails-omakase.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
1111
s.platform = Gem::Platform::RUBY
1212

1313
s.add_dependency "rubocop", ">= 1.72"
14-
s.add_dependency "rubocop-rails"
15-
s.add_dependency "rubocop-performance"
14+
s.add_dependency "rubocop-rails", ">= 2.30"
15+
s.add_dependency "rubocop-performance", ">= 1.24"
1616

1717
s.files = %w[ rubocop.yml ]
1818
end

0 commit comments

Comments
 (0)