Skip to content

Commit

Permalink
Bump rspec-its from 1.3.1 to 2.0.0 in /updater (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent a2c816e commit 5e899ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ group :test do
gem "gpgme", "~> 2.0"
gem "rake", "~> 13"
gem "rspec", "~> 3.12"
gem "rspec-its", "~> 1.3"
gem "rspec-its", "~> 2.0"
gem "rspec-sorbet", "~> 1.9.2"
gem "rubocop", "~> 1.68.0"
gem "rubocop-performance", "~> 1.22.1"
Expand Down
8 changes: 4 additions & 4 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ GEM
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.1)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-its (2.0.0)
rspec-core (>= 3.13.0)
rspec-expectations (>= 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -409,7 +409,7 @@ DEPENDENCIES
opentelemetry-sdk (~> 1.5)
rake (~> 13)
rspec (~> 3.12)
rspec-its (~> 1.3)
rspec-its (~> 2.0)
rspec-sorbet (~> 1.9.2)
rubocop (~> 1.68.0)
rubocop-performance (~> 1.22.1)
Expand Down

0 comments on commit 5e899ae

Please sign in to comment.