Skip to content

Commit

Permalink
Bump rubocop-rspec from 2.29.2 to 3.0.1 in /rspec-distrib (#11)
Browse files Browse the repository at this point in the history
* Bump rubocop-rspec from 2.29.2 to 3.0.1 in /rspec-distrib

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.2 to 3.0.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.29.2...v3.0.1)

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

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

* Fix failing lints

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Łukasz Strzebińczyk <[email protected]>
  • Loading branch information
dependabot[bot] and lstrzebinczyk authored Jun 24, 2024
1 parent 84f6794 commit 65cd7cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
21 changes: 6 additions & 15 deletions rspec-distrib/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
method_source (1.1.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -35,8 +35,8 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -63,17 +63,8 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.0.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe RSpec::Distrib::Leader::RSpecHelper do # rubocop:disable RSpec/FilePath, RSpec/SpecFilePathFormat
RSpec.describe RSpec::Distrib::Leader::RSpecHelper do # rubocop:disable RSpec/SpecFilePathFormat
describe '.failures_of' do
it do
errors = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'tempfile'

RSpec.describe RSpec::Distrib::Worker::RSpecRunner do # rubocop:disable RSpec/FilePath, RSpec/SpecFilePathFormat
RSpec.describe RSpec::Distrib::Worker::RSpecRunner do # rubocop:disable RSpec/SpecFilePathFormat
include RSpec::Support::InSubProcess

# restore the original value to prevent leaking leader double to other examples
Expand Down

0 comments on commit 65cd7cd

Please sign in to comment.