Skip to content

Commit

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

Update octokit requirement from >= 4, < 9 to >= 4, < 10
  • Loading branch information
ekohl authored Aug 5, 2024
2 parents 475d19a + be0dfe5 commit aca0237
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 @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

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

0 comments on commit aca0237

Please sign in to comment.