Skip to content

Commit

Permalink
Update minimum required versions of pluginified dependencies
Browse files Browse the repository at this point in the history
Followup to #127

Update the minimum required versions of dependencies to the versions in
which they were converted to be plugins, so that the updated config to
use them as plugins doesn't break downstream consumers with differing
version constraints
  • Loading branch information
Tabby committed Feb 20, 2025
1 parent 23708db commit 8ae0998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gc_ruboconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
spec.files = ['rubocop.yml', 'rails.yml', 'capybara.yml']
spec.add_dependency 'rubocop', '>= 1.63'
spec.add_dependency 'rubocop-factory_bot', '>= 2.26.1'
spec.add_dependency 'rubocop-performance', '>= 1.21'
spec.add_dependency 'rubocop-rails', '>= 2.25.0'
spec.add_dependency 'rubocop-rspec', '>= 3.0.1'
spec.add_dependency 'rubocop-performance', '>= 1.24'
spec.add_dependency 'rubocop-rails', '>= 2.30.0'
spec.add_dependency 'rubocop-rspec', '>= 3.5.0'
spec.add_dependency 'rubocop-rspec_rails', '>= 2.30.0'
end

0 comments on commit 8ae0998

Please sign in to comment.