Skip to content

Commit

Permalink
Update rubocop-rspec requirement from = 2.13.1 to = 2.13.2 (#33)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.
- [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.13.1...v2.13.2)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2022
1 parent e3cf967 commit b1679f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.16.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.13.1)
rubocop-rspec (= 2.13.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.13.1)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
Expand Down
2 changes: 1 addition & 1 deletion boxt_rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "rubocop-faker", "1.1.0"
spec.add_dependency "rubocop-rails", "2.16.1"
spec.add_dependency "rubocop-rake", "0.6.0"
spec.add_dependency "rubocop-rspec", "2.13.1"
spec.add_dependency "rubocop-rspec", "2.13.2"
end

0 comments on commit b1679f9

Please sign in to comment.