Skip to content

Commit 3068408

Browse files
authored
Merge pull request #19709 from szymonj99/bump-irb
Bump IRB
2 parents a8bb218 + 11099c2 commit 3068408

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

Gemfile.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PATH
3838
getoptlong
3939
hrr_rb_ssh-ed25519
4040
http-cookie
41-
irb (~> 1.7.4)
41+
irb
4242
jsobfu
4343
json
4444
metasm
@@ -244,6 +244,7 @@ GEM
244244
em-socksify (0.3.3)
245245
base64
246246
eventmachine (>= 1.0.0.beta.4)
247+
erb (5.0.1)
247248
erubi (1.13.1)
248249
eventmachine (1.2.7)
249250
factory_bot (6.5.1)
@@ -288,8 +289,10 @@ GEM
288289
concurrent-ruby (~> 1.0)
289290
io-console (0.8.0)
290291
ipaddr (1.2.7)
291-
irb (1.7.4)
292-
reline (>= 0.3.6)
292+
irb (1.15.2)
293+
pp (>= 0.6.0)
294+
rdoc (>= 4.0.0)
295+
reline (>= 0.4.2)
293296
jmespath (1.6.2)
294297
jsobfu (0.4.2)
295298
rkelly-remix
@@ -346,7 +349,7 @@ GEM
346349
logger
347350
mime-types-data (~> 3.2015)
348351
mime-types-data (3.2025.0304)
349-
mini_portile2 (2.8.8)
352+
mini_portile2 (2.8.9)
350353
minitest (5.25.5)
351354
mqtt (0.6.0)
352355
msgpack (1.6.1)
@@ -396,13 +399,19 @@ GEM
396399
ruby-rc4
397400
ttfunk
398401
pg (1.5.9)
402+
pp (0.6.2)
403+
prettyprint
404+
prettyprint (0.2.0)
399405
prism (1.4.0)
400406
pry (0.14.2)
401407
coderay (~> 1.1)
402408
method_source (~> 1.0)
403409
pry-byebug (3.10.1)
404410
byebug (~> 11.0)
405411
pry (>= 0.13, < 0.15)
412+
psych (5.2.6)
413+
date
414+
stringio
406415
public_suffix (6.0.1)
407416
puma (6.6.0)
408417
nio4r (~> 2.0)
@@ -438,11 +447,14 @@ GEM
438447
rasn1 (0.14.0)
439448
strptime (~> 0.2.5)
440449
rb-readline (0.5.5)
450+
rdoc (6.14.2)
451+
erb
452+
psych (>= 4.0.0)
441453
recog (3.1.14)
442454
nokogiri
443455
redcarpet (3.6.1)
444456
regexp_parser (2.10.0)
445-
reline (0.6.0)
457+
reline (0.6.1)
446458
io-console (~> 0.5)
447459
require_all (3.0.0)
448460
rex-arch (0.1.18)
@@ -571,6 +583,7 @@ GEM
571583
sqlite3 (1.7.3)
572584
mini_portile2 (~> 2.8.0)
573585
sshkey (3.0.0)
586+
stringio (3.1.1)
574587
strptime (0.2.5)
575588
swagger-blocks (3.0.0)
576589
syslog (0.3.0)

metasploit-framework.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444
spec.test_files = spec.files.grep(%r{^spec/})
4545
spec.require_paths = ["lib"]
4646

47-
spec.required_ruby_version = '>= 2.7'
47+
spec.required_ruby_version = '>= 3.1'
4848

4949
# Database support
5050
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
@@ -219,7 +219,7 @@ Gem::Specification.new do |spec|
219219
# SSH server library with ed25519
220220
spec.add_runtime_dependency 'hrr_rb_ssh-ed25519'
221221
# Needed for irb internal command
222-
spec.add_runtime_dependency 'irb', '~> 1.7.4'
222+
spec.add_runtime_dependency 'irb'
223223

224224
# AWS enumeration modules
225225
spec.add_runtime_dependency 'aws-sdk-s3'

0 commit comments

Comments
 (0)