diff options
author | Josh Cooper <737664+joshcooper@users.noreply.github.com> | 2024-11-19 16:38:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 16:38:30 -0800 |
commit | 9cc6c63c840963daeb0c11a06788fbd95cd74fdc (patch) | |
tree | 17095b9c337ffdf7c2e39194b81fecaf1d23350e | |
parent | f7bbbe969c4d6de385b9e8b8faf5f309059e0275 (diff) | |
parent | 43f4d6c50028b760b5d5d18cf4fd6db7247242ce (diff) | |
download | puppet-mailalias_core-9cc6c63c840963daeb0c11a06788fbd95cd74fdc.tar.gz puppet-mailalias_core-9cc6c63c840963daeb0c11a06788fbd95cd74fdc.tar.bz2 |
Merge pull request #56 from mhashizume/PA-7115/main/litmus_removalmain
Remove Litmus from Gemfile
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ group :development, :release_prep do gem "puppetlabs_spec_helper", '~> 7.0', require: false end group :system_tests do - gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw] gem "serverspec", '~> 2.41', require: false gem "voxpupuli-acceptance", require: false |