Skip to content

Commit

Permalink
馃搶 Pin rubocop to 1.28.2; next version will drop ruby 2.5
Browse files Browse the repository at this point in the history
- rubocop/rubocop#10577

Signed-off-by: Peter Boling <peter.boling@gmail.com>
  • Loading branch information
pboling committed May 2, 2022
1 parent dbf1574 commit 27ced79
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion rubocop-ruby2_5.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 27ced79

Please sign in to comment.