Skip to content

Commit 5f3b870

Browse files
committed
Temporarily point to the temp branch
1 parent c08d0a3 commit 5f3b870

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ group :test do
5353
gem 'timecop'
5454
end
5555

56+
gem 'rex-socket', git: 'https://github.com/zeroSteiner/rex-socket', branch: 'feat/proxy/socks5h'
57+
#gem 'rex-socket', path: '../rex-socket'
58+

Gemfile.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
GIT
2+
remote: https://github.com/zeroSteiner/rex-socket
3+
revision: 63f8e96b30657127e625fd919c083cb79f1e05b8
4+
branch: feat/proxy/socks5h
5+
specs:
6+
rex-socket (0.1.60)
7+
dnsruby
8+
rex-core
9+
110
PATH
211
remote: .
312
specs:
@@ -476,9 +485,6 @@ GEM
476485
metasm
477486
rex-core
478487
rex-text
479-
rex-socket (0.1.60)
480-
dnsruby
481-
rex-core
482488
rex-sslscan (0.1.11)
483489
rex-core
484490
rex-socket
@@ -620,6 +626,7 @@ DEPENDENCIES
620626
pry-byebug
621627
rake
622628
redcarpet
629+
rex-socket!
623630
rspec-rails
624631
rspec-rerun
625632
rubocop (= 1.67.0)

0 commit comments

Comments
 (0)