Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.25.0 to 2.26.1 (#7)
Browse files Browse the repository at this point in the history
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.26.1.
- [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.25.0...v2.26.1)

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

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 Feb 2, 2024
1 parent 06975e6 commit 77dc7d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ group :development do
gem 'rubocop', '~> 1.59'
gem 'rubocop-factory_bot', '~> 2.24'
gem 'rubocop-rails', '~> 2.23'
gem 'rubocop-rspec', '~> 2.25'
gem 'rubocop-rspec', '~> 2.26'

gem 'web-console'
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ GEM
racc (~> 1.4)
oj (3.16.2)
bigdecimal (~> 3.1)
parallel (1.23.0)
parser (3.2.2.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
reline (0.4.1)
io-console (~> 0.5)
request_store (1.5.1)
Expand Down Expand Up @@ -304,7 +304,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
Expand All @@ -313,7 +313,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -395,7 +395,7 @@ DEPENDENCIES
rubocop (~> 1.59)
rubocop-factory_bot (~> 2.24)
rubocop-rails (~> 2.23)
rubocop-rspec (~> 2.25)
rubocop-rspec (~> 2.26)
rufus-scheduler (~> 3.9)
sentry-rails (~> 5.14)
sentry-ruby (~> 5.14)
Expand Down

0 comments on commit 77dc7d6

Please sign in to comment.