Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rspec from 2.26.1 to 2.27.1
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 2.27.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.26.1...v2.27.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 17, 2024
1 parent 963977a commit 18276db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :development, :test do
gem 'rubocop', '~> 1.60.2'
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-rails', '~> 2.23.1'
gem 'rubocop-rspec', '~> 2.26.1' # or gem 'rubocop-minitest'
gem 'rubocop-rspec', '~> 2.27.1' # or gem 'rubocop-minitest'
gem 'brakeman', '~> 6.1.2'
end

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.3)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -324,12 +324,12 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.0)
rubocop (~> 1.33)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand All @@ -338,7 +338,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.26.1)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
rubocop (~> 1.60.2)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.23.1)
rubocop-rspec (~> 2.26.1)
rubocop-rspec (~> 2.27.1)
simplecov (~> 0.22.0, >= 0.16.1)
spring (~> 4.1.3)
spring-watcher-listen (~> 2.1.0)
Expand Down

0 comments on commit 18276db

Please sign in to comment.