Skip to content

Commit

Permalink
Allow new rubocop versions
Browse files Browse the repository at this point in the history
The bug that caused all the drama [was fixed already](rubocop/rubocop#11549).
  • Loading branch information
benlangfeld committed Feb 8, 2023
1 parent f9ec48b commit e751d71
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cygnet/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../rubocop-powerhome
specs:
rubocop-powerhome (0.5.1)
rubocop (< 1.45.0)
rubocop (~> 1.37)
rubocop-performance
rubocop-rails
rubocop-rake
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbet/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../rubocop-powerhome
specs:
rubocop-powerhome (0.5.1)
rubocop (< 1.45.0)
rubocop (~> 1.37)
rubocop-performance
rubocop-rails
rubocop-rake
Expand Down
4 changes: 2 additions & 2 deletions packages/rubocop-cobra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../rubocop-powerhome
specs:
rubocop-powerhome (0.5.1)
rubocop (< 1.45.0)
rubocop (~> 1.37)
rubocop-performance
rubocop-rails
rubocop-rake
Expand All @@ -12,7 +12,7 @@ PATH
remote: .
specs:
rubocop-cobra (0.4.1)
rubocop (< 1.45.0)
rubocop (~> 1.37)
rubocop-powerhome

GEM
Expand Down
2 changes: 1 addition & 1 deletion packages/rubocop-cobra/rubocop-cobra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html

spec.add_runtime_dependency "rubocop", "< 1.45.0"
spec.add_runtime_dependency "rubocop", "~> 1.37"
spec.add_runtime_dependency "rubocop-powerhome"
spec.metadata["rubygems_mfa_required"] = "true"

Expand Down
3 changes: 1 addition & 2 deletions packages/rubocop-powerhome/rubocop-powerhome.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html

spec.add_runtime_dependency "rubocop", "< 1.45.0"
spec.add_runtime_dependency "rubocop", "~> 1.37"
spec.add_runtime_dependency "rubocop-performance"
spec.add_runtime_dependency "rubocop-rails"
spec.add_runtime_dependency "rubocop-rake"
Expand All @@ -47,5 +47,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rails", ">= 5.2.8.1", "< 7.1"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "~> 1.37.0"
end

0 comments on commit e751d71

Please sign in to comment.