Gemfile bump

This commit is contained in:
Jack Heysel
2026-03-24 08:25:06 -07:00
parent 45884fa090
commit ab07a71648
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ PATH
rinda
ruby-macho
ruby-mysql
ruby_smb (~> 3.3.15)
ruby_smb (~> 3.3.17)
rubyntlm
rubyzip
sinatra (~> 3.2)
@@ -590,7 +590,7 @@ GEM
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
ruby_smb (3.3.15)
ruby_smb (3.3.17)
bindata (= 2.4.15)
openssl-ccm
openssl-cmac
+1 -1
View File
@@ -151,7 +151,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'net-ssh'
spec.add_runtime_dependency 'ed25519' # Adds ed25519 keys for net-ssh
spec.add_runtime_dependency 'bcrypt_pbkdf'
spec.add_runtime_dependency 'ruby_smb', '~> 3.3.15'
spec.add_runtime_dependency 'ruby_smb', '~> 3.3.17'
spec.add_runtime_dependency 'net-imap' # Used in Postgres auth for its SASL stringprep implementation
spec.add_runtime_dependency 'date', '3.4.1' # Temporarily pinned until 3.5 can be tested
spec.add_runtime_dependency 'net-ldap'