Skip to content

Commit

Permalink
Merge pull request #1212 from lsst-it/maint/pin-facterdb-1.x
Browse files Browse the repository at this point in the history
(Gemfile) pin facterdb < 2
  • Loading branch information
jhoblitt authored Jun 10, 2024
2 parents f895e56 + 5357d6f commit 9b38772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ group :test do
gem 'puppet-lint-unquoted_string-check', '~> 2.1.0', require: false
gem 'puppet-lint-variable_contains_upcase', '~> 1.2.0', require: false

gem 'facterdb', '< 2', require: false # 3.0.0 drops support for EL7

gem 'r10k', require: false
gem 'toml-rb', require: false # puppet/telegraf
end
Expand Down

0 comments on commit 9b38772

Please sign in to comment.