Skip to content

Commit

Permalink
Update rspec_junit_formatter requirement from ~> 0.4.1 to ~> 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter) to permit the latest version.
- [Release notes](https://github.com/sj26/rspec_junit_formatter/releases)
- [Changelog](https://github.com/sj26/rspec_junit_formatter/blob/main/CHANGELOG.md)
- [Commits](sj26/rspec_junit_formatter@v0.4.1...v0.6.0)

---
updated-dependencies:
- dependency-name: rspec_junit_formatter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent c61db6d commit cb9d1d7
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 @@ -10,6 +10,6 @@ gem "activesupport", ">= 4.2", "< 7"
gem "gc_ruboconfig", "~> 5.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.5"
gem "rspec_junit_formatter", "~> 0.4.1"
gem "rspec_junit_formatter", "~> 0.6.0"
gem "timecop", "~> 0.8"
gem "webmock", "~> 3.0"

0 comments on commit cb9d1d7

Please sign in to comment.