Skip to content

Commit

Permalink
Bump irb from 1.8.1 to 1.11.0 (#74)
Browse files Browse the repository at this point in the history
Bumps [irb](https://github.com/ruby/irb) from 1.8.1 to 1.11.0.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.8.1...v1.11.0)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:production
  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 Dec 31, 2023
1 parent 78ddd5d commit 9d68311
Show file tree
Hide file tree
Showing 2 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 @@ -84,7 +84,7 @@ gem "meta-tags"
gem "sitemap_generator", "~> 6.3"

# Tool to interactively execute Ruby expressions read from the standard input.
gem "irb", "~> 1.8"
gem "irb", "~> 1.11"

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.1)
irb (1.8.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand Down Expand Up @@ -348,7 +348,7 @@ DEPENDENCIES
error_highlight (>= 0.4.0)
frozen_record (~> 0.27.0)
git (~> 1.18)
irb (~> 1.8)
irb (~> 1.11)
jbuilder
jsbundling-rails
markdown-rails (~> 1.0)
Expand Down

0 comments on commit 9d68311

Please sign in to comment.