Skip to content

Commit

Permalink
Lock rubocop-performance to v1.11.x
Browse files Browse the repository at this point in the history
To avoid running `Performance/DeletePrefix` and `Performance/DeleteSuffix`
cops since the codebase is still supported on Ruby 2.4
  • Loading branch information
ashmaroli committed Dec 9, 2021
1 parent 5738786 commit f2ecf63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ group :test do
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 1.12.0"
gem "rubocop-performance"
gem "rubocop-performance", "~> 1.11.0"
gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
gem "test-theme-skinny", :path => File.expand_path("test/fixtures/test-theme-skinny", __dir__)
Expand Down
4 changes: 4 additions & 0 deletions History.markdown
Expand Up @@ -4,6 +4,10 @@

* Lock `http_parser.rb` gem to `v0.6.x` on JRuby.

### Development Fixes

* Lock `rubocop-performance` to `v1.11.x`.

## 4.2.1 / 2021-09-27

### Bug Fixes
Expand Down

0 comments on commit f2ecf63

Please sign in to comment.