Skip to content

Commit

Permalink
Relax rubocop dependencies (#50)
Browse files Browse the repository at this point in the history
* Relaxe rubocop dependencies

* changelog
  • Loading branch information
Bhacaz authored May 29, 2023
1 parent a75d060 commit f18daa7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# main

* Relax rubocop dependencies. ([#50](https://github.com/petalmd/rubocop-petal/pull/50))

# v1.1.0 (2023-05-24)

* Remove cop `Rails/TableName` in favor of [Rails/TableNameAssignment](https://docs.rubocop.org/rubocop-rails/cops_rails.html#railstablenameassignment)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PATH
remote: .
specs:
rubocop-petal (1.1.0)
rubocop (~> 1.50.0)
rubocop-performance (~> 1.17.0)
rubocop (~> 1.50)
rubocop-performance (~> 1.17)
rubocop-rails (~> 2.19)
rubocop-rspec (~> 2.17.0)
rubocop-rspec (~> 2.17)

GEM
remote: https://rubygems.org/
Expand Down
6 changes: 3 additions & 3 deletions rubocop-petal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_dependency 'rubocop', '~> 1.50.0'
spec.add_dependency 'rubocop-performance', '~> 1.17.0'
spec.add_dependency 'rubocop', '~> 1.50'
spec.add_dependency 'rubocop-performance', '~> 1.17'
spec.add_dependency 'rubocop-rails', '~> 2.19'
spec.add_dependency 'rubocop-rspec', '~> 2.17.0'
spec.add_dependency 'rubocop-rspec', '~> 2.17'
end

0 comments on commit f18daa7

Please sign in to comment.