Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump IRB #19709

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Bump IRB #19709

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PATH
getoptlong
hrr_rb_ssh-ed25519
http-cookie
irb (~> 1.7.4)
irb
jsobfu
json
metasm
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.7'
spec.required_ruby_version = '>= 3.1'

# Database support
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
Expand Down Expand Up @@ -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'
szymonj99 marked this conversation as resolved.
Show resolved Hide resolved

# AWS enumeration modules
spec.add_runtime_dependency 'aws-sdk-s3'
Expand Down
Loading