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 57e6849 commit 2976e77Copy full SHA for 2976e77
Gemfile.lock
@@ -4,7 +4,7 @@ PATH
4
standard (1.50.0)
5
language_server-protocol (~> 3.17.0.2)
6
lint_roller (~> 1.0)
7
- rubocop (>= 1.75.5, < 1.81.0)
+ rubocop (~> 1.80.2)
8
standard-custom (~> 1.0.0)
9
standard-performance (~> 1.8)
10
standard.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
spec.require_paths = ["lib"]
22
spec.metadata["rubygems_mfa_required"] = "true"
23
24
- spec.add_dependency "rubocop", "~> 1.81.0"
+ spec.add_dependency "rubocop", "~> 1.80.2"
25
26
spec.add_dependency "lint_roller", "~> 1.0"
27
spec.add_dependency "standard-custom", "~> 1.0.0"
0 commit comments