Skip to content

Commit a694b02

Browse files
authored
Merge pull request #73 from ekohl/remove-duplicate-entries-from-gemfile
Remove duplicate entries from Gemfile
2 parents cb81be5 + e8e13ca commit a694b02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ end
1919
gem "facter", *location_for(ENV['FACTER_LOCATION'] || ["~> 4.3"])
2020
gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"])
2121
gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"])
22-
gem 'ostruct', '~> 0.6.0'
23-
gem 'benchmark', '~> 0.3.0'
2422

2523
group(:features) do
2624
gem 'diff-lcs', '~> 1.3', require: false

0 commit comments

Comments
 (0)