mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix CI by pinning version of vagrant-spec for dev
This commit is contained in:
parent
80cfbd810d
commit
1c830dc4a5
2
Gemfile
2
Gemfile
@ -14,7 +14,7 @@ group :development do
|
||||
gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git'
|
||||
end
|
||||
|
||||
gem 'vagrant-spec', :github => 'hashicorp/vagrant-spec'
|
||||
gem 'vagrant-spec', :github => 'hashicorp/vagrant-spec', :ref => '161128f2216cee8edb7bcd30da18bd4dea86f98a'
|
||||
|
||||
gem 'pry'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user