Skip to content

Commit

Permalink
Update warning requirement from ~> 1.4.0 to ~> 1.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [warning](https://github.com/jeremyevans/ruby-warning) to permit the latest version.
- [Changelog](https://github.com/jeremyevans/ruby-warning/blob/master/CHANGELOG)
- [Commits](jeremyevans/ruby-warning@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: warning
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 34fec56 commit 1f009f8
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 @@ -26,5 +26,5 @@ end

group(:test) do
gem('test-unit', '~> 3.6.5')
gem('warning', '~> 1.4.0')
gem('warning', '~> 1.5.0')
end

0 comments on commit 1f009f8

Please sign in to comment.