Skip to content

Commit

Permalink
PR #11 rebase Allow users to user octokit 5.x
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Aug 15, 2024
1 parent 206baea commit 0dd5d74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion berkshelf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ Gem::Specification.new do |s|

s.add_dependency "retryable", ">= 2.0", "< 4.0"
s.add_dependency "solve", "~> 4.0"

s.add_dependency "thor", ">= 0.20", "< 1.3.0"
s.add_dependency "octokit", "~> 4.0"
s.add_dependency "octokit", ">= 4.0", "< 6.0"

s.add_dependency "mixlib-archive", ">= 1.1.4", "< 2.0" # needed for ruby 3.0 / Dir.chdir removal
s.add_dependency "concurrent-ruby", "~> 1.0"

Expand Down

0 comments on commit 0dd5d74

Please sign in to comment.