Skip to content

Commit fe00b37

Browse files
committed
Releasing v1.8.10
1 parent 223c12c commit fe00b37

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
group :development do
4-
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.9.4'
4+
gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git', :tag => 'v2.3.7'
55
end
66

77
group :plugins do

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,10 @@ To contribute, fork then clone the repository, and then the following:
191191
192192
**Developing**
193193
194-
1. Ideally, install the version of Vagrant as defined in the `Gemfile`
195-
1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
196-
2. Currently the Bundler version is locked to 1.14.6, please install this version.
197-
* `gem install bundler -v '1.14.6'`
198-
3. Then install vagrant-hostmanager dependancies:
199-
* `bundle _1.14.6_ install`
194+
1. Install [RVM](https://rvm.io/rvm/install)
195+
2. If using MacOS, follow these [OpenSSL instructions](https://github.com/rvm/rvm/issues/5252#issuecomment-1298835941)
196+
3. Use Ruby v3.0.0 `rvm use 3.0.0`
197+
4. Run `bundle install`
200198
201199
**Testing**
202200

lib/vagrant-hostmanager/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module HostManager
3-
VERSION = '1.8.9'
3+
VERSION = '1.8.10'
44
end
55
end

vagrant-hostmanager.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
1717
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1818
gem.require_paths = ['lib']
1919

20-
gem.add_development_dependency 'bundler', '~> 1.3'
20+
gem.add_development_dependency 'bundler'
2121
gem.add_development_dependency 'rake'
2222
end

0 commit comments

Comments
 (0)