Skip to content

Commit f34aeec

Browse files
Update rubocop-rails requirement from ~> 2.26.0 to >= 2.26, < 2.28
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.26.0...v2.27.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab298f0 commit f34aeec

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

Gemfile.lock

+14-18
Original file line numberDiff line numberDiff line change
@@ -3,50 +3,48 @@ PATH
33
specs:
44
standard-rails (1.2.0)
55
lint_roller (~> 1.0)
6-
rubocop-rails (~> 2.26.0)
6+
rubocop-rails (>= 2.26, < 2.28)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.2.1)
11+
activesupport (7.1.4.2)
1212
base64
1313
bigdecimal
14-
concurrent-ruby (~> 1.0, >= 1.3.1)
14+
concurrent-ruby (~> 1.0, >= 1.0.2)
1515
connection_pool (>= 2.2.5)
1616
drb
1717
i18n (>= 1.6, < 2)
18-
logger (>= 1.4.2)
1918
minitest (>= 5.1)
20-
securerandom (>= 0.3)
21-
tzinfo (~> 2.0, >= 2.0.5)
19+
mutex_m
20+
tzinfo (~> 2.0)
2221
ast (2.4.2)
2322
base64 (0.2.0)
2423
bigdecimal (3.1.8)
2524
concurrent-ruby (1.3.4)
2625
connection_pool (2.4.1)
2726
drb (2.2.1)
28-
i18n (1.14.5)
27+
i18n (1.14.6)
2928
concurrent-ruby (~> 1.0)
30-
json (2.7.2)
29+
json (2.7.4)
3130
language_server-protocol (3.17.0.3)
3231
lint_roller (1.1.0)
33-
logger (1.6.0)
3432
m (1.6.2)
3533
method_source (>= 0.6.7)
3634
rake (>= 0.9.2.2)
3735
method_source (1.1.0)
3836
minitest (5.25.1)
37+
mutex_m (0.2.0)
3938
parallel (1.26.3)
40-
parser (3.3.4.2)
39+
parser (3.3.5.0)
4140
ast (~> 2.4.1)
4241
racc
4342
racc (1.8.1)
44-
rack (3.1.7)
43+
rack (3.1.8)
4544
rainbow (3.1.1)
4645
rake (13.2.1)
4746
regexp_parser (2.9.2)
48-
rexml (3.3.6)
49-
strscan
47+
rexml (3.3.9)
5048
rubocop (1.65.1)
5149
json (~> 2.3)
5250
language_server-protocol (>= 3.17.0)
@@ -58,18 +56,17 @@ GEM
5856
rubocop-ast (>= 1.31.1, < 2.0)
5957
ruby-progressbar (~> 1.7)
6058
unicode-display_width (>= 2.4.0, < 3.0)
61-
rubocop-ast (1.32.1)
59+
rubocop-ast (1.32.3)
6260
parser (>= 3.3.1.0)
6361
rubocop-performance (1.21.1)
6462
rubocop (>= 1.48.1, < 2.0)
6563
rubocop-ast (>= 1.31.1, < 2.0)
66-
rubocop-rails (2.26.0)
64+
rubocop-rails (2.27.0)
6765
activesupport (>= 4.2.0)
6866
rack (>= 1.1)
6967
rubocop (>= 1.52.0, < 2.0)
7068
rubocop-ast (>= 1.31.1, < 2.0)
7169
ruby-progressbar (1.13.0)
72-
securerandom (0.3.1)
7370
standard (1.40.0)
7471
language_server-protocol (~> 3.17.0.2)
7572
lint_roller (~> 1.0)
@@ -82,10 +79,9 @@ GEM
8279
standard-performance (1.4.0)
8380
lint_roller (~> 1.1)
8481
rubocop-performance (~> 1.21.0)
85-
strscan (3.1.0)
8682
tzinfo (2.0.6)
8783
concurrent-ruby (~> 1.0)
88-
unicode-display_width (2.5.0)
84+
unicode-display_width (2.6.0)
8985

9086
PLATFORMS
9187
arm64-darwin-20

standard-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ["lib"]
3131

3232
spec.add_dependency "lint_roller", "~> 1.0"
33-
spec.add_dependency "rubocop-rails", "~> 2.26.0"
33+
spec.add_dependency "rubocop-rails", ">= 2.26", "< 2.28"
3434
end

0 commit comments

Comments
 (0)