Skip to content

Commit

Permalink
1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Mar 20, 2023
1 parent 9a54b2e commit b862972
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.25.3

* Relax the version specifier on `rubocop` and `rubocop-performance` to allow
patch-level updates

## 1.25.2

* Disable Style/RedundantFetchBlock due to concerns the performance benefit
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.25.2)
standard (1.25.3)
language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.48.1)
rubocop-performance (~> 1.16.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.25.2")
VERSION = Gem::Version.new("1.25.3")
end

0 comments on commit b862972

Please sign in to comment.