Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.3.0 to 3.4.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@v3.3.0...v3.4.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 Jan 26, 2025
1 parent 0ce1918 commit bd96f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'rubocop', '~> 1.70'
gem 'rubocop-capybara', '~> 2.20'
gem 'rubocop-rails', '~> 2.29'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec', '~> 3.3'
gem 'rubocop-rspec', '~> 3.4'

# Gems for documenting the package
gem 'yard', '~> 0.9'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.3.0)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -275,7 +275,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.20)
rubocop-rails (~> 2.29)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 3.3)
rubocop-rspec (~> 3.4)
simplecov (~> 0.21)
yard (~> 0.9)

Expand Down

0 comments on commit bd96f53

Please sign in to comment.