Skip to content

Commit

Permalink
Bump rubocop-rails from 2.15.2 to 2.16.1 in /dependencies
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.15.2 to 2.16.1.
- [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.15.2...v2.16.1)

---
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] committed Sep 27, 2022
1 parent c0b202a commit f87949f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Expand Up @@ -8,6 +8,6 @@ gem "rubocop", "~> 1.35.0"
gem "rubocop-github", "~> 0.18.0"
gem "rubocop-minitest", "~> 0.21.0"
gem "rubocop-performance", "~>1.14.3"
gem "rubocop-rails", "~> 2.15"
gem "rubocop-rails", "~> 2.16"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.13.2"
16 changes: 8 additions & 8 deletions dependencies/Gemfile.lock
@@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3)
activesupport (7.0.4)
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)
i18n (1.11.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
minitest (5.16.2)
minitest (5.16.3)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
rack (2.2.4)
rack (3.0.0)
rainbow (3.1.1)
regexp_parser (2.6.0)
rexml (3.2.5)
Expand All @@ -40,16 +40,16 @@ GEM
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.15.2)
rubocop-rails (2.16.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)

Expand All @@ -61,7 +61,7 @@ DEPENDENCIES
rubocop-github (~> 0.18.0)
rubocop-minitest (~> 0.21.0)
rubocop-performance (~> 1.14.3)
rubocop-rails (~> 2.15)
rubocop-rails (~> 2.16)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.13.2)

Expand Down

0 comments on commit f87949f

Please sign in to comment.