Skip to content

Commit b486a46

Browse files
Update rubocop-rails requirement from >= 2.31, < 2.33 to >= 2.31, < 2.34
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.32.0...v2.33.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35afe6e commit b486a46

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ PATH
33
specs:
44
standard-rails (1.4.0)
55
lint_roller (~> 1.0)
6-
rubocop-rails (>= 2.31, < 2.33)
6+
rubocop-rails (>= 2.31, < 2.34)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.1.5.1)
11+
activesupport (7.1.5.2)
1212
base64
1313
benchmark (>= 0.3)
1414
bigdecimal
@@ -22,16 +22,16 @@ GEM
2222
securerandom (>= 0.3)
2323
tzinfo (~> 2.0)
2424
ast (2.4.3)
25-
base64 (0.2.0)
26-
benchmark (0.4.0)
27-
bigdecimal (3.1.9)
25+
base64 (0.3.0)
26+
benchmark (0.4.1)
27+
bigdecimal (3.2.2)
2828
concurrent-ruby (1.3.5)
2929
connection_pool (2.5.3)
3030
docile (1.4.1)
31-
drb (2.2.1)
31+
drb (2.2.3)
3232
i18n (1.14.7)
3333
concurrent-ruby (~> 1.0)
34-
json (2.12.0)
34+
json (2.13.2)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
3737
logger (1.7.0)
@@ -42,16 +42,16 @@ GEM
4242
minitest (5.25.5)
4343
mutex_m (0.3.0)
4444
parallel (1.27.0)
45-
parser (3.3.8.0)
45+
parser (3.3.9.0)
4646
ast (~> 2.4.1)
4747
racc
4848
prism (1.4.0)
4949
racc (1.8.1)
50-
rack (3.1.15)
50+
rack (3.2.0)
5151
rainbow (3.1.1)
5252
rake (13.3.0)
53-
regexp_parser (2.10.0)
54-
rubocop (1.75.6)
53+
regexp_parser (2.11.2)
54+
rubocop (1.75.8)
5555
json (~> 2.3)
5656
language_server-protocol (~> 3.17.0.2)
5757
lint_roller (~> 1.1.0)
@@ -62,14 +62,14 @@ GEM
6262
rubocop-ast (>= 1.44.0, < 2.0)
6363
ruby-progressbar (~> 1.7)
6464
unicode-display_width (>= 2.4.0, < 4.0)
65-
rubocop-ast (1.44.1)
65+
rubocop-ast (1.46.0)
6666
parser (>= 3.3.7.2)
6767
prism (~> 1.4)
6868
rubocop-performance (1.25.0)
6969
lint_roller (~> 1.1)
7070
rubocop (>= 1.75.0, < 2.0)
7171
rubocop-ast (>= 1.38.0, < 2.0)
72-
rubocop-rails (2.32.0)
72+
rubocop-rails (2.33.3)
7373
activesupport (>= 4.2.0)
7474
lint_roller (~> 1.1)
7575
rack (>= 1.1)
@@ -97,7 +97,7 @@ GEM
9797
rubocop-performance (~> 1.25.0)
9898
tzinfo (2.0.6)
9999
concurrent-ruby (~> 1.0)
100-
unicode-display_width (3.1.4)
100+
unicode-display_width (3.1.5)
101101
unicode-emoji (~> 4.0, >= 4.0.4)
102102
unicode-emoji (4.0.4)
103103

standard-rails.gemspec

Lines changed: 1 addition & 1 deletion
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.31", "< 2.33"
33+
spec.add_dependency "rubocop-rails", ">= 2.31", "< 2.34"
3434
end

0 commit comments

Comments
 (0)