Skip to content

Commit

Permalink
Bump rubocop-rails from 2.17.4 to 2.19.0 in /dependencies
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lindluni committed Apr 10, 2023
1 parent 6d5bcb7 commit ef98a6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gem "rubocop", "~> 1.49.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.30.0"
gem "rubocop-performance", "~>1.15.2"
gem "rubocop-rails", "~> 2.17"
gem "rubocop-rails", "~> 2.19"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.19.0"
14 changes: 7 additions & 7 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.17.0)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
rack (3.0.3)
rack (3.0.7)
rainbow (3.1.1)
regexp_parser (2.7.0)
rexml (3.2.5)
Expand All @@ -42,7 +42,7 @@ GEM
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.4)
rubocop-rails (2.19.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand All @@ -52,7 +52,7 @@ GEM
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)

Expand All @@ -64,7 +64,7 @@ DEPENDENCIES
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.30.0)
rubocop-performance (~> 1.15.2)
rubocop-rails (~> 2.17)
rubocop-rails (~> 2.19)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.19.0)

Expand Down

0 comments on commit ef98a6a

Please sign in to comment.