Skip to content

Commit

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

Update gitlab requirement from ~> 4.0 to >= 4, < 6
  • Loading branch information
ekohl authored Aug 5, 2024
2 parents 4864bb2 + 965b59b commit 475d19a
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 @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'

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

0 comments on commit 475d19a

Please sign in to comment.