Bump irb from 1.7.4 to 1.8.0 (#145)

Bumps [irb](https://github.com/ruby/irb) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](https://github.com/ruby/irb/compare/v1.7.4...v1.8.0)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-05 23:06:03 +02:00
committed by GitHub
parent 592eb76d30
commit a4230b099b
2 changed files with 5 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ source "https://rubygems.org"
gem "rugged", "~> 1.5.1"
gem "liquid", "~> 5.4"
gem "irb", "~> 1.4", :group => [:development]
gem "irb", "~> 1.8", :group => [:development]
gem "rdoc", "~> 6.4", :group => [:development]