From e8e13caae887f4093ce4bdd513c3ed0e38db7b7d Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 26 May 2025 11:06:26 +0200 Subject: [PATCH] Remove duplicate entries from Gemfile These entries were copied to the gemspec but they should have been moved instead. Fixes: 7e4903ddb028 ("adding new Gemfile entrties into the puppet.gemspec file as runtime depndencies") --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 722243f45c..01916f4ca2 100644 --- a/Gemfile +++ b/Gemfile @@ -19,8 +19,6 @@ end gem "facter", *location_for(ENV['FACTER_LOCATION'] || ["~> 4.3"]) gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"]) gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"]) -gem 'ostruct', '~> 0.6.0' -gem 'benchmark', '~> 0.3.0' group(:features) do gem 'diff-lcs', '~> 1.3', require: false