Skip to content

Commit

Permalink
Update mighty_test requirement from ~> 0.3.0 to ~> 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mighty_test](https://github.com/mattbrictson/mighty_test) to permit the latest version.
- [Release notes](https://github.com/mattbrictson/mighty_test/releases)
- [Commits](mattbrictson/mighty_test@v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 5f6764b commit 6e9b335
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 @@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec

gem "concurrent-ruby", "~> 1.1"
gem "mighty_test", "~> 0.3.0" unless RUBY_VERSION < "3.1"
gem "mighty_test", "~> 0.4.0" unless RUBY_VERSION < "3.1"
gem "minitest", "~> 5.11"
gem "rake", "~> 13.0"
gem "rubocop", "1.65.1"
Expand Down

0 comments on commit 6e9b335

Please sign in to comment.