Skip to content

Commit

Permalink
update faraday constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 29, 2024
1 parent 1ee29af commit 1236be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
entitlements-app (0.3.4)
concurrent-ruby (= 1.3.1)
faraday (= 2.7.10)
faraday (> 2.0, <= 2.7.10)
net-ldap (~> 0.17)
octokit (~> 4.18)
optimist (= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = %w[deploy-entitlements]

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

0 comments on commit 1236be6

Please sign in to comment.