Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source :rubygems
gem 'librarian-puppet-maestrodev', '~>0.9.7'

group :rake do
gem 'puppet', '~>2.7.17'
gem 'puppet', '~>6.25.1'
gem 'rake', '>=0.9.2.2'
gem 'puppet-lint', '~>0.1.13'
gem 'puppetlabs_spec_helper', '~>0.3.0'
Expand Down
28 changes: 24 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,38 @@
GEM
remote: http://rubygems.org/
specs:
concurrent-ruby (1.2.2)
deep_merge (1.2.2)
diff-lcs (1.1.3)
facter (1.6.16)
facter (2.5.7)
fast_gettext (1.8.0)
hiera (3.12.0)
hocon (1.4.0)
httpclient (2.8.3)
json (1.7.5)
librarian-puppet-maestrodev (0.9.7.2)
json
puppet
thor (~> 0.15)
locale (2.1.3)
metaclass (0.0.1)
mocha (0.13.1)
metaclass (~> 0.0.1)
puppet (2.7.20)
facter (~> 1.5)
multi_json (1.15.0)
puppet (6.25.1)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (> 2.0.1, < 5)
fast_gettext (~> 1.1)
hiera (>= 3.2.1, < 4)
httpclient (~> 2.8)
locale (~> 2.1)
multi_json (~> 1.10)
puppet-resource_api (~> 1.5)
semantic_puppet (~> 1.0)
puppet-lint (0.1.13)
puppet-resource_api (1.9.0)
hocon (>= 1.0)
puppetlabs_spec_helper (0.3.0)
mocha (>= 0.10.5)
rake
Expand All @@ -30,14 +49,15 @@ GEM
rspec-mocks (2.12.0)
rspec-puppet (0.1.5)
rspec
semantic_puppet (1.1.0)
thor (0.16.0)

PLATFORMS
ruby

DEPENDENCIES
librarian-puppet-maestrodev (~> 0.9.7)
puppet (~> 2.7.17)
puppet (~> 6.25.1)
puppet-lint (~> 0.1.13)
puppetlabs_spec_helper (~> 0.3.0)
rake (>= 0.9.2.2)