Skip to content

Commit

Permalink
Bump rubocop-factory_bot from 2.25.1 to 2.26.0 in the rubocop group (#…
Browse files Browse the repository at this point in the history
…582)

* Bump rubocop-factory_bot from 2.25.1 to 2.26.0 in the rubocop group

Bumps the rubocop group with 1 update: [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot).


Updates `rubocop-factory_bot` from 2.25.1 to 2.26.0
- [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases)
- [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-factory_bot@v2.25.1...v2.26.0)

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

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

* Update gemset.nix

* Linting fixes

---------

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>
Co-authored-by: Charlotte Van Petegem <[email protected]>
  • Loading branch information
3 people authored Jun 8, 2024
1 parent e376eec commit 348cde9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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-factory_bot', '~> 2.25'
gem 'rubocop-factory_bot', '~> 2.26'
gem 'rubocop-minitest', '~> 0.35.0'
gem 'rubocop-rails', '~> 2.25'
gem 'ruby-lsp', '~> 0.17.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.1.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
Expand Down Expand Up @@ -233,7 +233,7 @@ GEM
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.63.5)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -246,7 +246,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.25.1)
rubocop-factory_bot (2.26.0)
rubocop (~> 1.41)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
pundit (~> 2.3)
rack-cors (~> 2.0)
rails (~> 7.1)
rubocop-factory_bot (~> 2.25)
rubocop-factory_bot (~> 2.26)
rubocop-minitest (~> 0.35.0)
rubocop-rails (~> 2.25)
ruby-lsp (~> 0.17.1)
Expand Down
2 changes: 1 addition & 1 deletion app/models/transcoded_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TranscodedItem < ApplicationRecord
after_destroy :delete_file

def initialize(params)
super(params)
super
self.path = random_path
end

Expand Down
12 changes: 6 additions & 6 deletions gemset.nix

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

0 comments on commit 348cde9

Please sign in to comment.