Skip to content

Commit

Permalink
Update irb requirement from 1.13.2 to 1.14.0
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.13.2...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent f21711f commit 2407e5f
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.13.2'
gem 'irb', '1.14.0'
gem 'power_assert', '2.0.3'
end

0 comments on commit 2407e5f

Please sign in to comment.