Skip to content

Commit

Permalink
Merge pull request #1525 from Floppy/dependabot/bundler/rubocop-rspec…
Browse files Browse the repository at this point in the history
…-2.24.1
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
2 parents cff9238 + 82e1d7a commit 643c070
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
Expand All @@ -389,7 +389,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.23.2)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down
2 changes: 1 addition & 1 deletion spec/jobs/model_scan_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
end
end

context "with files in common subfolders with mixed case", case_sensitive: true do
context "with files in common subfolders with mixed case", :case_sensitive do
around do |ex|
MockDirectory.create([
"model/Presupported/part_one.stl",
Expand Down
2 changes: 1 addition & 1 deletion spec/jobs/scan/detect_filesystem_changes_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
end
end

context "with a case sensitive filesystem", case_sensitive: true do
context "with a case sensitive filesystem", :case_sensitive do
around do |ex|
MockDirectory.create([
"model/file.obj",
Expand Down

0 comments on commit 643c070

Please sign in to comment.