Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec).


Updates `rubocop` from 1.60.2 to 1.61.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.61.0)

Updates `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
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent d0a7571 commit 6d87614
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ gem "logger", "~> 1.6"
group :development do
gem "irb", "~> 1.11"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.60"
gem "rubocop", "~> 1.61"
gem "rubocop-github", "~> 0.20"
gem "rubocop-performance", "~> 1.20"
gem "rubocop-rspec", "~> 2.26"
gem "rubocop-rspec", "~> 2.27"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -70,8 +70,8 @@ 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.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
Expand All @@ -88,7 +88,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 @@ -118,10 +118,10 @@ DEPENDENCIES
irb (~> 1.11)
logger (~> 1.6)
rspec (~> 3.13)
rubocop (~> 1.60)
rubocop (~> 1.61)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.20)
rubocop-rspec (~> 2.26)
rubocop-rspec (~> 2.27)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/rubocop-1.60.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.61.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.30.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-2.26.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-2.27.1.gem
Binary file not shown.

0 comments on commit 6d87614

Please sign in to comment.