Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #127 from somic/facter_dep
Browse files Browse the repository at this point in the history
update facter dependency because security
  • Loading branch information
somic committed Jun 26, 2018
2 parents ab1024c + cef12a6 commit 8f7c262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,7 +17,7 @@ gem 'rspec-puppet',
:ref => '06aa6c675baafa538b4d06107fc239cd025159fd'

gem 'puppet', '~> 3.6.2' # Apache2
gem 'facter', '1.7.5' # Apache2
gem 'facter', '~> 1.7.6' # Apache2
gem 'sensu-plugin'
gem 'hiera-puppet-helper',
:git => 'https://github.com/bobtfish/hiera-puppet-helper.git',
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -17,7 +17,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
facter (1.7.5)
facter (1.7.6)
hiera (1.3.4)
json_pure
json (1.8.6)
Expand All @@ -28,7 +28,7 @@ GEM
metaclass (0.0.4)
mime-types (1.25.1)
mixlib-cli (1.7.0)
mocha (1.3.0)
mocha (1.5.0)
metaclass (~> 0.0.1)
polyglot (0.3.5)
puppet (3.6.2)
Expand All @@ -51,7 +51,7 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
sensu-plugin (2.3.0)
sensu-plugin (2.5.0)
json (< 3.0.0)
mixlib-cli (>= 1.5.0)
treetop (1.4.15)
Expand All @@ -62,7 +62,7 @@ PLATFORMS
ruby

DEPENDENCIES
facter (= 1.7.5)
facter (~> 1.7.6)
hiera-puppet-helper!
json (< 2.0.0)
mail (~> 2.5.4)
Expand Down

0 comments on commit 8f7c262

Please sign in to comment.