From 625519e01c11a8b51f08816f7dc9f3d59a290fd5 Mon Sep 17 00:00:00 2001 From: szymonj99 Date: Mon, 9 Dec 2024 18:17:08 +0000 Subject: [PATCH] Bump IRB --- Gemfile.lock | 17 ++++++++++++----- metasploit-framework.gemspec | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e318a0355501..9ddf08eeb8fa0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ PATH getoptlong hrr_rb_ssh-ed25519 http-cookie - irb (~> 1.7.4) + irb jsobfu json metasm @@ -261,9 +261,10 @@ GEM httpclient (2.8.3) i18n (1.14.6) concurrent-ruby (~> 1.0) - io-console (0.7.2) - irb (1.7.4) - reline (>= 0.3.6) + io-console (0.8.0) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jmespath (1.6.2) jsobfu (0.4.2) rkelly-remix @@ -372,6 +373,9 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) + psych (5.2.1) + date + stringio public_suffix (6.0.1) puma (6.4.3) nio4r (~> 2.0) @@ -401,11 +405,13 @@ GEM rasn1 (0.13.0) strptime (~> 0.2.5) rb-readline (0.5.5) + rdoc (6.8.1) + psych (>= 4.0.0) recog (3.1.11) nokogiri redcarpet (3.6.0) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.12) io-console (~> 0.5) require_all (3.0.0) rex-arch (0.1.16) @@ -524,6 +530,7 @@ GEM sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) sshkey (3.0.0) + stringio (3.1.2) strptime (0.2.5) swagger-blocks (3.0.0) systemu (2.6.5) diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index b2025223fe7c9..9c815cbd83657 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -219,7 +219,7 @@ Gem::Specification.new do |spec| # SSH server library with ed25519 spec.add_runtime_dependency 'hrr_rb_ssh-ed25519' # Needed for irb internal command - spec.add_runtime_dependency 'irb', '~> 1.7.4' + spec.add_runtime_dependency 'irb' # AWS enumeration modules spec.add_runtime_dependency 'aws-sdk-s3'