mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
remove git references from Gemfile
This commit is contained in:
parent
3d1473ee8b
commit
d6e6999b94
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'inspec', path: '../../.'
|
||||
gem 'r-train', git: 'git@github.com:chef/train.git'
|
||||
|
||||
group :test do
|
||||
gem 'bundler', '~> 1.5'
|
||||
|
@ -16,6 +15,6 @@ group :integration do
|
|||
gem 'test-kitchen', '~> 1.4'
|
||||
gem 'kitchen-ansible'
|
||||
gem 'kitchen-vagrant'
|
||||
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
|
||||
gem 'kitchen-inspec'
|
||||
gem 'concurrent-ruby', '~> 0.9'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue