Skip to content

Commit

Permalink
Merge pull request #278 from voxpupuli/dependabot/bundler/octokit-gte…
Browse files Browse the repository at this point in the history
…-4-and-lt-9

Update octokit requirement from >= 4, < 8 to >= 4, < 9
  • Loading branch information
bastelfreak authored Oct 31, 2023
2 parents 89eb07e + 69a3ade commit 46f65ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulesync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'git', '~>1.7'
spec.add_runtime_dependency 'gitlab', '~>4.0'
spec.add_runtime_dependency 'octokit', '>=4', '<8'
spec.add_runtime_dependency 'octokit', '>=4', '<9'
spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8'
spec.add_runtime_dependency 'thor'
end

0 comments on commit 46f65ca

Please sign in to comment.