Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.18.1 to 2.19.0 in /dependencies
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.18.1...v2.19.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  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 5feffb9 commit 0341e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.30.0"
gem "rubocop-performance", "~>1.15.2"
gem "rubocop-rails", "~> 2.17"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.18.1"
gem "rubocop-rspec", "~> 2.19.0"
6 changes: 3 additions & 3 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
rubocop-github (0.20.0)
rubocop (>= 1.37)
Expand All @@ -48,7 +48,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.18.1)
rubocop-rspec (2.19.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
Expand All @@ -66,7 +66,7 @@ DEPENDENCIES
rubocop-performance (~> 1.15.2)
rubocop-rails (~> 2.17)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.18.1)
rubocop-rspec (~> 2.19.0)

BUNDLED WITH
2.3.5

0 comments on commit 0341e71

Please sign in to comment.