Skip to content

Commit

Permalink
Bump the rubocop group with 2 updates (#598)
Browse files Browse the repository at this point in the history
* Bump the rubocop group with 2 updates

Bumps the rubocop group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest).


Updates `rubocop` from 1.64.1 to 1.65.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.64.1...v1.65.0)

Updates `rubocop-minitest` from 0.35.0 to 0.35.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.35.0...v0.35.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jul 13, 2024
1 parent 4a0caaa commit 3a7e9bf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ end

group :development do
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop', '~> 1.64'
gem 'rubocop', '~> 1.65'
gem 'rubocop-factory_bot', '~> 2.26'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-minitest', '~> 0.35.1'
gem 'rubocop-rails', '~> 2.25'
gem 'ruby-lsp', '~> 0.17.4'
end
18 changes: 8 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ GEM
marcel (1.0.4)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
mocha (2.4.0)
ruby2_keywords (>= 0.0.5)
Expand All @@ -169,11 +168,10 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -236,13 +234,13 @@ GEM
io-console (~> 0.5)
rexml (3.3.1)
strscan
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -251,7 +249,7 @@ GEM
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.1)
Expand Down Expand Up @@ -291,7 +289,7 @@ GEM
zeitwerk (2.6.16)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
active_model_serializers (~> 0.10)
Expand All @@ -311,9 +309,9 @@ DEPENDENCIES
pundit (~> 2.3)
rack-cors (~> 2.0)
rails (~> 7.1)
rubocop (~> 1.64)
rubocop (~> 1.65)
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.35.0)
rubocop-minitest (~> 0.35.1)
rubocop-rails (~> 2.25)
ruby-lsp (~> 0.17.4)
simplecov (~> 0.21)
Expand Down
26 changes: 8 additions & 18 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a7e9bf

Please sign in to comment.