Skip to content

Commit e471551

Browse files
Update rubocop-rails requirement from ~> 2.34.3 to >= 2.34.3, < 2.36.0
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.34.3...v2.35.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.35.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ead52c commit e471551

2 files changed

Lines changed: 16 additions & 19 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,37 @@ PATH
33
specs:
44
ruboconf-rails (1.21.0)
55
ruboconf (~> 1.20.0)
6-
rubocop-rails (~> 2.34.3)
6+
rubocop-rails (>= 2.34.3, < 2.36.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (8.1.3)
11+
activesupport (7.0.10)
1212
base64
13+
benchmark (>= 0.3)
1314
bigdecimal
14-
concurrent-ruby (~> 1.0, >= 1.3.1)
15-
connection_pool (>= 2.2.5)
15+
concurrent-ruby (~> 1.0, >= 1.0.2)
1616
drb
1717
i18n (>= 1.6, < 2)
18-
json
1918
logger (>= 1.4.2)
2019
minitest (>= 5.1)
20+
mutex_m
2121
securerandom (>= 0.3)
22-
tzinfo (~> 2.0, >= 2.0.5)
23-
uri (>= 0.13.1)
22+
tzinfo (~> 2.0)
2423
ast (2.4.3)
2524
base64 (0.3.0)
26-
bigdecimal (4.1.1)
25+
benchmark (0.5.0)
26+
bigdecimal (4.1.2)
2727
concurrent-ruby (1.3.6)
28-
connection_pool (3.0.2)
2928
drb (2.2.3)
3029
i18n (1.14.8)
3130
concurrent-ruby (~> 1.0)
32-
json (2.19.3)
31+
json (2.19.7)
3332
language_server-protocol (3.17.0.5)
3433
lint_roller (1.1.0)
3534
logger (1.7.0)
36-
minitest (6.0.3)
37-
drb (~> 2.0)
38-
prism (~> 1.5)
35+
minitest (5.26.1)
36+
mutex_m (0.3.0)
3937
parallel (1.28.0)
4038
parser (3.3.11.1)
4139
ast (~> 2.4.1)
@@ -49,11 +47,11 @@ GEM
4947
ruboconf (1.20.0)
5048
rubocop (~> 1.86.0)
5149
rubocop-performance (~> 1.26.1)
52-
rubocop (1.86.0)
50+
rubocop (1.86.2)
5351
json (~> 2.3)
5452
language_server-protocol (~> 3.17.0.2)
5553
lint_roller (~> 1.1.0)
56-
parallel (~> 1.10)
54+
parallel (>= 1.10)
5755
parser (>= 3.3.0.2)
5856
rainbow (>= 2.2.2, < 4.0)
5957
regexp_parser (>= 2.9.3, < 3.0)
@@ -67,20 +65,19 @@ GEM
6765
lint_roller (~> 1.1)
6866
rubocop (>= 1.75.0, < 2.0)
6967
rubocop-ast (>= 1.47.1, < 2.0)
70-
rubocop-rails (2.34.3)
68+
rubocop-rails (2.35.3)
7169
activesupport (>= 4.2.0)
7270
lint_roller (~> 1.1)
7371
rack (>= 1.1)
7472
rubocop (>= 1.75.0, < 2.0)
7573
rubocop-ast (>= 1.44.0, < 2.0)
7674
ruby-progressbar (1.13.0)
77-
securerandom (0.4.1)
75+
securerandom (0.3.2)
7876
tzinfo (2.0.6)
7977
concurrent-ruby (~> 1.0)
8078
unicode-display_width (3.2.0)
8179
unicode-emoji (~> 4.1)
8280
unicode-emoji (4.2.0)
83-
uri (1.1.1)
8481

8582
PLATFORMS
8683
x86_64-linux

ruboconf-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
2323
end
2424

2525
spec.add_dependency "ruboconf", "~> 1.20.0"
26-
spec.add_dependency "rubocop-rails", "~> 2.34.3"
26+
spec.add_dependency "rubocop-rails", ">= 2.34.3", "< 2.36.0"
2727
spec.metadata["rubygems_mfa_required"] = "true"
2828
end

0 commit comments

Comments
 (0)