We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e15cf commit 4e46a7dCopy full SHA for 4e46a7d
‎CHANGELOG.md‎
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.51.0
4
+
5
+* Updates rubocop to [1.81.2](https://github.com/rubocop/rubocop/tree/v1.81.2)
6
7
## 1.50.0
8
9
* Updates rubocop to [1.75.5](https://github.com/rubocop/rubocop/tree/v1.75.5)
‎Gemfile.lock‎
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- standard (1.50.0)
+ standard (1.51.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.80.2)
‎lib/standard/version.rb‎
@@ -1,3 +1,3 @@
module Standard
- VERSION = Gem::Version.new("1.50.0")
+ VERSION = Gem::Version.new("1.51.0")
end
0 commit comments