Skip to content

Commit

Permalink
Update irb requirement from 1.14.0 to 1.14.1 (#258)
Browse files Browse the repository at this point in the history
Updates the requirements on [irb](https://github.com/ruby/irb) to permit the latest version.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.0...v1.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent cb6f281 commit 84cb292
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 @@ -16,6 +16,6 @@ group :test do
gem 'test-unit-ruby-core', '~> 1.0'
gem 'warning', '~> 1.4.0'

gem 'irb', '1.14.0'
gem 'irb', '1.14.1'
gem 'power_assert', '2.0.3'
end

0 comments on commit 84cb292

Please sign in to comment.