Skip to content

Commit

Permalink
Update warning requirement from ~> 1.3.0 to ~> 1.4.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.3.0...1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent f3fd9c5 commit e880998
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.2')
gem('warning', '~> 1.3.0')
gem('warning', '~> 1.4.0')
end

0 comments on commit e880998

Please sign in to comment.