File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ group :development do
6
6
# We depend on Vagrant for development, but we don't add it as a
7
7
# gem dependency because we expect to be installed within the
8
8
# Vagrant environment itself using `vagrant plugin`.
9
- gem "vagrant" , :git => "https://github.com/mitchellh/vagrant.git" , :ref => 'v1.8.6 '
9
+ gem "vagrant" , :git => "https://github.com/mitchellh/vagrant.git" , :ref => 'v2.0.2 '
10
10
end
11
11
12
12
group :plugins do
13
13
gem "vagrant-sshfs" , path : "."
14
14
# Add vagrant-libvirt plugin here, otherwise you won't be able to
15
15
# use libvirt as a provider when you execute `bundle exec vagrant up`
16
- gem "vagrant-libvirt" , '0.0.33 '
16
+ gem "vagrant-libvirt" , '0.0.43 '
17
17
end
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
23
23
24
24
spec . add_dependency 'win32-process'
25
25
26
- spec . add_development_dependency 'bundler' , '~> 1.7'
27
- spec . add_development_dependency 'rake' , '~> 10.0'
28
- spec . add_development_dependency 'cucumber' , '~> 2.1'
29
- spec . add_development_dependency 'aruba' , '~> 0.13'
30
- spec . add_development_dependency 'komenda' , '~> 0.1.6'
26
+ spec . add_development_dependency 'bundler'
27
+ spec . add_development_dependency 'rake'
28
+ spec . add_development_dependency 'cucumber'
29
+ spec . add_development_dependency 'aruba'
30
+ spec . add_development_dependency 'komenda'
31
31
end
You can’t perform that action at this time.
0 commit comments