Skip to content

Commit

Permalink
Releasing v1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Jul 30, 2023
1 parent 223c12c commit fe00b37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

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

group :plugins do
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,10 @@ To contribute, fork then clone the repository, and then the following:

**Developing**

1. Ideally, install the version of Vagrant as defined in the `Gemfile`
1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
2. Currently the Bundler version is locked to 1.14.6, please install this version.
* `gem install bundler -v '1.14.6'`
3. Then install vagrant-hostmanager dependancies:
* `bundle _1.14.6_ install`
1. Install [RVM](https://rvm.io/rvm/install)
2. If using MacOS, follow these [OpenSSL instructions](https://github.com/rvm/rvm/issues/5252#issuecomment-1298835941)
3. Use Ruby v3.0.0 `rvm use 3.0.0`
4. Run `bundle install`

**Testing**

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-hostmanager/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
VERSION = '1.8.9'
VERSION = '1.8.10'
end
end
2 changes: 1 addition & 1 deletion vagrant-hostmanager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_development_dependency 'bundler', '~> 1.3'
gem.add_development_dependency 'bundler'
gem.add_development_dependency 'rake'
end

0 comments on commit fe00b37

Please sign in to comment.