Skip to content

Commit 5357d6f

Browse files
committed
(Gemfile) pin facterdb < 2
Facterdb 3.x dropps support for EL7. facterdb 2.1.0 also seems to fail. Thus, we are pinning facterdb to 1.x until support for EL7 is removed from this repo.
1 parent f895e56 commit 5357d6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ group :test do
1919
gem 'puppet-lint-unquoted_string-check', '~> 2.1.0', require: false
2020
gem 'puppet-lint-variable_contains_upcase', '~> 1.2.0', require: false
2121

22+
gem 'facterdb', '< 2', require: false # 3.0.0 drops support for EL7
23+
2224
gem 'r10k', require: false
2325
gem 'toml-rb', require: false # puppet/telegraf
2426
end

0 commit comments

Comments
 (0)