Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 1 update: [irb](https://github.com/ruby/irb).

- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 885900d commit 9b2cbb3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "logger", "~> 1.6"

group :development do
gem "irb", "~> 1.8"
gem "irb", "~> 1.9"
gem "rspec", "~> 3.12"
gem "rubocop", "~> 1.56"
gem "rubocop-github", "~> 0.20"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.0)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
Expand Down Expand Up @@ -114,7 +114,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
irb (~> 1.8)
irb (~> 1.9)
logger (~> 1.6)
rspec (~> 3.12)
rubocop (~> 1.56)
Expand Down
Binary file removed vendor/cache/irb-1.9.0.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.9.1.gem
Binary file not shown.

0 comments on commit 9b2cbb3

Please sign in to comment.