Skip to content

Commit

Permalink
PDK update and add net-ftp as a required gem
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dular committed May 2, 2023
1 parent 850deaa commit e952bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ Gemfile:
- gem: 'toml-rb'
- gem: 'puppet-strings'
version: '= 2.9.0'
- gem: 'net-ftp'
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ group :development do
gem "concurrent-ruby", '= 1.1.10', require: false
gem "toml-rb", require: false
gem "puppet-strings", '= 2.9.0', require: false
gem "net-ftp", require: false
end
group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"pdk-version": "2.7.0",
"pdk-version": "2.7.1",
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
"template-ref": "heads/main-0-g1ca5ee4"
"template-ref": "heads/main-0-gd05508f"
}

0 comments on commit e952bea

Please sign in to comment.