Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-rspec from 2.29.1 to 3.0.5 in /updater #10569

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-sorbet", "~> 1.9.2"
spec.add_development_dependency "rubocop", "~> 1.65.0"
spec.add_development_dependency "rubocop-performance", "~> 1.21.0"
spec.add_development_dependency "rubocop-rspec", "~> 2.29.1"
spec.add_development_dependency "rubocop-rspec", "~> 3.0.5"
spec.add_development_dependency "rubocop-sorbet", "~> 0.8.1"
spec.add_development_dependency "simplecov", "~> 0.22.0"
spec.add_development_dependency "turbo_tests", "~> 2.2.0"
Expand Down
25 changes: 7 additions & 18 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ GEM
parallel_tests (4.7.1)
parallel
parseconfig (1.0.8)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand All @@ -297,8 +297,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.6)
strscan
rexml (3.3.7)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -328,22 +327,13 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.1)
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.5)
rubocop (~> 1.61)
rubocop-sorbet (0.8.5)
rubocop (>= 1)
ruby-progressbar (1.13.0)
Expand All @@ -366,7 +356,6 @@ GEM
sorbet-runtime (0.5.11444)
stackprof (0.2.25)
stringio (3.1.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
toml-rb (2.2.0)
Expand All @@ -377,7 +366,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
vcr (6.3.1)
base64
webmock (3.23.1)
Expand Down Expand Up @@ -427,7 +416,7 @@ DEPENDENCIES
rspec-sorbet (~> 1.9.2)
rubocop (~> 1.65.0)
rubocop-performance (~> 1.21.0)
rubocop-rspec (~> 2.29.1)
rubocop-rspec (~> 3.0.5)
rubocop-sorbet (~> 0.8.1)
sentry-opentelemetry (~> 5.16)
sentry-ruby (~> 5.16)
Expand Down
Loading