Skip to content

Commit

Permalink
Update rspec-its requirement from ~> 1.0 to ~> 2.0 (#526)
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec-its](https://github.com/rspec/rspec-its) to permit the latest version.
- [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md)
- [Commits](rspec/rspec-its@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: rspec-its
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 6cf0fb1 commit 4268c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem 'rake' # For testing the Rake integration
gem 'rspec', '~> 3.8'
gem 'rspec-its', '~> 1.0'
gem 'rspec-its', '~> 2.0'

# For testing against multiple versions of Haml
gem 'appraisal'
Expand Down

0 comments on commit 4268c1d

Please sign in to comment.