Skip to content

Commit

Permalink
Use custom RubySMB branch for gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanusz-r7 committed May 8, 2024
1 parent 8e616e0 commit 7b22cd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ group :development, :test do
gem 'rspec-rerun'
# Required during CI as well local development
gem 'rubocop'
gem 'ruby_smb', git: 'https://github.com/sjanusz-r7/ruby_smb.git', branch: 'add-openpolicy-and-queryinfopolicy-support'
end

group :test do
Expand Down
19 changes: 13 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
GIT
remote: https://github.com/sjanusz-r7/ruby_smb.git
revision: aa3cc2f2499a81c50cd7267ad58ee913369494fa
branch: add-openpolicy-and-queryinfopolicy-support
specs:
ruby_smb (3.3.8)
bindata (= 2.4.15)
openssl-ccm
openssl-cmac
rubyntlm
windows_error (>= 0.1.4)

PATH
remote: .
specs:
Expand Down Expand Up @@ -475,12 +487,6 @@ GEM
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
ruby_smb (3.3.7)
bindata (= 2.4.15)
openssl-ccm
openssl-cmac
rubyntlm
windows_error (>= 0.1.4)
rubyntlm (0.6.3)
rubyzip (2.3.2)
sawyer (0.9.2)
Expand Down Expand Up @@ -568,6 +574,7 @@ DEPENDENCIES
rspec-rerun
rubocop
ruby-prof (= 1.4.2)
ruby_smb!
simplecov (= 0.18.2)
test-prof
timecop
Expand Down

0 comments on commit 7b22cd7

Please sign in to comment.