Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rspec from 2.26.1 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.26.1 to 3.0.3.
- [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.26.1...v3.0.3)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent e5fb425 commit bffd919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ group :test do
gem 'rspec-wait'
gem 'rubocop', '~> 1.65.0'
gem 'rubocop-rails', '~> 2.25'
gem 'rubocop-rspec', '~> 2.26'
gem 'rubocop-rspec', '~> 3.0'
gem 'rubocop-sequel', '~> 0.3.4'
gem 'timecop'
gem 'webmock', '> 2.3.1'
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ GEM
retriable (3.1.2)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.1)
rexml (3.3.2)
strscan
rfc822 (0.1.5)
roodi (5.0.0)
Expand Down Expand Up @@ -479,19 +479,13 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec (3.0.3)
rubocop (~> 1.61)
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -655,7 +649,7 @@ DEPENDENCIES
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.65.0)
rubocop-rails (~> 2.25)
rubocop-rspec (~> 2.26)
rubocop-rspec (~> 3.0)
rubocop-sequel (~> 0.3.4)
rubyzip (>= 1.3.0)
sequel (~> 5.82)
Expand Down

0 comments on commit bffd919

Please sign in to comment.