diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c3c73..098e6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -## [1.0.0] 2022-04-30 +## [1.0.1] 2022-05-02 +### Added + +### Changed +* Lock rubocop dependency at 1.28.2; next version drops Ruby 2.5 support + - https://github.com/rubocop/rubocop/pull/10577 + +### Fixed + +### Removed + +## [1.0.0] 2022-05-01 ### Added * Initial release @@ -23,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -[Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/78b4f8131d931354f76d4025ab0517fc9792fed2...v1.0.0 diff --git a/rubocop-ruby2_5.gemspec b/rubocop-ruby2_5.gemspec index 44550a8..e4d17f6 100644 --- a/rubocop-ruby2_5.gemspec +++ b/rubocop-ruby2_5.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.executables = [] spec.require_paths = ["lib"] - spec.add_dependency "rubocop", "~> 1.28.2" + spec.add_dependency "rubocop", "1.28.2" spec.add_development_dependency "rake" spec.add_development_dependency "rspec"