Skip to content

Commit

Permalink
Merge pull request #280 from bastelfreak/puppet
Browse files Browse the repository at this point in the history
drop EOL OSs; fix puppet version range
  • Loading branch information
bastelfreak authored May 20, 2018
2 parents 6838733 + 558428f commit 8e61ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :test do
gem 'redcarpet', :require => false
gem 'rubocop', '~> 0.49.1', :require => false if RUBY_VERSION >= '2.3.0'
gem 'rubocop-rspec', '~> 1.15.0', :require => false if RUBY_VERSION >= '2.3.0'
gem 'mocha', '>= 1.2.1', :require => false
gem 'mocha', '~> 1.4.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'rack', '~> 1.0', :require => false if RUBY_VERSION < '2.2.2'
Expand Down
4 changes: 1 addition & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"15.04",
"16.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8",
"9"
]
Expand Down Expand Up @@ -49,7 +47,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.1 < 6.0.0"
"version_requirement": ">= 4.10.0 < 6.0.0"
}
],
"dependencies": [
Expand Down

0 comments on commit 8e61ebc

Please sign in to comment.