Skip to content

Commit

Permalink
bump net-ldap Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 29, 2024
1 parent 054d41a commit 4978eeb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
entitlements-app (0.3.3)
entitlements-app (0.3.4)
concurrent-ruby (= 1.1.9)
faraday (~> 2.0)
net-ldap (~> 0.17)
faraday (> 2.0, <= 2.7.10)
net-ldap (~> 0.19)
octokit (~> 4.18)
optimist (= 3.0.0)

Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
reline (>= 0.3.6)
json (2.6.3)
minitest (5.19.0)
net-ldap (0.18.0)
net-ldap (0.19.0)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down
4 changes: 2 additions & 2 deletions entitlements-app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.executables = %w[deploy-entitlements]

s.add_dependency "concurrent-ruby", "= 1.1.9"
s.add_dependency "faraday", "~> 2.0"
s.add_dependency "net-ldap", "~> 0.17"
s.add_dependency "faraday", "> 2.0", "<= 2.7.10"
s.add_dependency "net-ldap", "~> 0.19"
s.add_dependency "octokit", "~> 4.18"
s.add_dependency "optimist", "= 3.0.0"

Expand Down
Binary file removed vendor/cache/net-ldap-0.18.0.gem
Binary file not shown.
Binary file added vendor/cache/net-ldap-0.19.0.gem
Binary file not shown.

0 comments on commit 4978eeb

Please sign in to comment.