Skip to content

Commit ef98a6a

Browse files
dependabot[bot]lindluni
authored andcommitted
Bump rubocop-rails from 2.17.4 to 2.19.0 in /dependencies
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.4 to 2.19.0. - [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.17.4...v2.19.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 6d5bcb7 commit ef98a6a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ gem "rubocop", "~> 1.49.0"
88
gem "rubocop-github", "~> 0.20.0"
99
gem "rubocop-minitest", "~> 0.30.0"
1010
gem "rubocop-performance", "~>1.15.2"
11-
gem "rubocop-rails", "~> 2.17"
11+
gem "rubocop-rails", "~> 2.19"
1212
gem "rubocop-rake", "~> 0.6.0"
1313
gem "rubocop-rspec", "~> 2.19.0"

dependencies/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.4)
4+
activesupport (7.0.4.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
ast (2.4.2)
10-
concurrent-ruby (1.1.10)
10+
concurrent-ruby (1.2.2)
1111
i18n (1.12.0)
1212
concurrent-ruby (~> 1.0)
1313
json (2.6.3)
14-
minitest (5.17.0)
14+
minitest (5.18.0)
1515
parallel (1.22.1)
1616
parser (3.2.2.0)
1717
ast (~> 2.4.1)
18-
rack (3.0.3)
18+
rack (3.0.7)
1919
rainbow (3.1.1)
2020
regexp_parser (2.7.0)
2121
rexml (3.2.5)
@@ -42,7 +42,7 @@ GEM
4242
rubocop-performance (1.15.2)
4343
rubocop (>= 1.7.0, < 2.0)
4444
rubocop-ast (>= 0.4.0)
45-
rubocop-rails (2.17.4)
45+
rubocop-rails (2.19.0)
4646
activesupport (>= 4.2.0)
4747
rack (>= 1.1)
4848
rubocop (>= 1.33.0, < 2.0)
@@ -52,7 +52,7 @@ GEM
5252
rubocop (~> 1.33)
5353
rubocop-capybara (~> 2.17)
5454
ruby-progressbar (1.13.0)
55-
tzinfo (2.0.5)
55+
tzinfo (2.0.6)
5656
concurrent-ruby (~> 1.0)
5757
unicode-display_width (2.4.2)
5858

@@ -64,7 +64,7 @@ DEPENDENCIES
6464
rubocop-github (~> 0.20.0)
6565
rubocop-minitest (~> 0.30.0)
6666
rubocop-performance (~> 1.15.2)
67-
rubocop-rails (~> 2.17)
67+
rubocop-rails (~> 2.19)
6868
rubocop-rake (~> 0.6.0)
6969
rubocop-rspec (~> 2.19.0)
7070

0 commit comments

Comments
 (0)