Skip to content

Commit

Permalink
Remove old gem dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Geiger <info@mgeiger.de>
  • Loading branch information
mcgege committed Aug 10, 2020
1 parent 2a94899 commit 80f3f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Gemfile:
source: 'https://packagecloud.io/cinc-project/stable'
- gem: 'inspec-core'
source: 'https://packagecloud.io/cinc-project/stable'
- gem: 'faraday'
version: '= 0.15.4'
optional:
':development':
- gem: 'github_changelog_generator'
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ group :integration do
gem "kitchen-sync", require: false
gem "inspec", require: false, source: "https://packagecloud.io/cinc-project/stable"
gem "inspec-core", require: false, source: "https://packagecloud.io/cinc-project/stable"
gem "faraday", '= 0.15.4', require: false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit 80f3f7e

Please sign in to comment.