Skip to content

Commit

Permalink
Add version constraint to rails and performance extesion (#30)
Browse files Browse the repository at this point in the history
They are now unconditionally specified as plugins but only these version will actually work with that approach.
  • Loading branch information
Earlopain authored Feb 22, 2025
1 parent 08dfee1 commit 73a60c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubocop-rails-omakase.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY

s.add_dependency "rubocop", ">= 1.72"
s.add_dependency "rubocop-rails"
s.add_dependency "rubocop-performance"
s.add_dependency "rubocop-rails", ">= 2.30"
s.add_dependency "rubocop-performance", ">= 1.24"

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

0 comments on commit 73a60c8

Please sign in to comment.