Skip to content

Commit

Permalink
chore(deps-dev): bump rspec-its from 1.3.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [rspec-its](https://github.com/rspec/rspec-its) from 1.3.1 to 2.0.0.
- [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md)
- [Commits](rspec/rspec-its@v1.3.1...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 049fb0b commit fc533c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :development, :test do
gem "sqlite3"
gem "rspec-rails", "~> 7"
gem "rspec", "~> 3.13"
gem "rspec-its", "~> 1.3"
gem "rspec-its", "~> 2.0"
gem "standard", "~> 1"
gem "pry", "~> 0.14.1"
gem "webmock", "~> 3.24"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,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 @@ -317,7 +317,7 @@ DEPENDENCIES
rails_cloudflare_turnstile!
rake (~> 13.2)
rspec (~> 3.13)
rspec-its (~> 1.3)
rspec-its (~> 2.0)
rspec-rails (~> 7)
sqlite3
standard (~> 1)
Expand Down

0 comments on commit fc533c6

Please sign in to comment.