Skip to content

Commit

Permalink
Bump IRB
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonj99 committed Dec 12, 2024
1 parent 6ed734e commit d269af7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
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
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
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'

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

0 comments on commit d269af7

Please sign in to comment.