Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
lock package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Bergemann committed May 19, 2021
1 parent c6174b5 commit 34c4eff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1,214 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ source 'https://rubygems.org'
if puppetversion = ENV['PUPPET_VERSION']
gem 'puppet', puppetversion, :require => false
else
gem 'puppet', '>= 4.2'
gem 'puppet', '~> 7.6'
end

gem 'puppetlabs_spec_helper', '>= 0.8.2'
gem 'puppet-lint', '>= 1.0.0'
gem 'ruby-augeas', '>= 0.5'
gem 'facter', '>= 1.7.0'
gem 'librarian-puppet', '~> 3.0.1'
gem 'deep_merge', '~> 1.2.1'
gem 'librarian-puppet', '~> 3.0'
gem 'deep_merge', '~> 1.2'
gem 'aws-sdk', '~> 3'
gem 'aws-instmd', '~> 0.1'
gem 'process_lock', '~> 0.1'
Expand Down
Loading

0 comments on commit 34c4eff

Please sign in to comment.