Skip to content

Commit

Permalink
chore(deps-dev): Bump irb from 1.7.4 to 1.8.0 (#1216)
Browse files Browse the repository at this point in the history
Bumps [irb](https://github.com/ruby/irb) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@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>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent c0a13f2 commit 2b77d83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.7.4)
irb (1.8.0)
rdoc (~> 6.5)
reline (>= 0.3.6)
json (2.6.3)
kramdown (2.4.0)
Expand Down Expand Up @@ -161,6 +162,8 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.1.0)
stringio
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.6.4)
Expand All @@ -169,8 +172,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.3.6)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.2.6)
rgl (0.5.10)
Expand Down Expand Up @@ -203,6 +208,7 @@ GEM
faraday (>= 0.17.3, < 3)
servolux (0.13.0)
stream (0.5.5)
stringio (3.0.8)
sysexits (1.2.0)
temple (0.10.2)
terser (1.1.13)
Expand Down

0 comments on commit 2b77d83

Please sign in to comment.