Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pdk Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppet-infra
Pdk Templates
Commits
a675ea51
Unverified
Commit
a675ea51
authored
4 years ago
by
sanfrancrisko
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #421 from da-ar/GH-419
(GH-419) Removal of win32 gems
parents
a37c82f7
9f801503
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
moduleroot/Gemfile.erb
+0
-10
0 additions, 10 deletions
moduleroot/Gemfile.erb
with
0 additions
and
10 deletions
moduleroot/Gemfile.erb
+
0
−
10
View file @
a675ea51
...
...
@@ -114,16 +114,6 @@ gems['puppet'] = location_for(puppet_version)
gems['facter'] = location_for(facter_version) if facter_version
gems['hiera'] = location_for(hiera_version) if hiera_version
if Gem.win_platform?
&&
puppet_version =~ %r{^(file:///|git://)}
# If we're using a Puppet gem on Windows which handles its own win32-xxx gem
# dependencies (>= 3.5.0), set the maximum versions (see PUP-6445).
gems['win32-dir'] = ['
<
=
0.4.9',
require:
false
]
gems
['
win32-eventlog
'
] =
['<=
0.6.5',
require:
false
]
gems
['
win32-process
'
] =
['<=
0.7.5',
require:
false
]
gems
['
win32-security
'
] =
['<=
0.2.5',
require:
false
]
gems
['
win32-service
'
] =
['0.8.8',
require:
false
]
end
gems.each do |gem_name, gem_params|
gem gem_name, *gem_params
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment