Skip to content

Commit

Permalink
Update gitlab requirement from ~> 4.0 to >= 4, < 6
Browse files Browse the repository at this point in the history
Updates the requirements on [gitlab](https://github.com/NARKOZ/gitlab) to permit the latest version.
- [Release notes](https://github.com/NARKOZ/gitlab/releases)
- [Commits](NARKOZ/gitlab@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: gitlab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 30, 2024
1 parent 4864bb2 commit 965b59b
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 965b59b

Please sign in to comment.