Skip to content

Commit

Permalink
Update warning requirement from ~> 1.4.0 to ~> 1.5.0 (#291)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 57db296 commit a51823d
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 @@ -14,7 +14,7 @@ end
group :test do
gem 'test-unit', '~> 3.6.7'
gem 'test-unit-ruby-core', '~> 1.0'
gem 'warning', '~> 1.4.0'
gem 'warning', '~> 1.5.0'

gem 'irb', '1.14.2'
gem 'power_assert', '2.0.4'
Expand Down

0 comments on commit a51823d

Please sign in to comment.