Skip to content

Commit

Permalink
Merge pull request #195 from codylane/master
Browse files Browse the repository at this point in the history
Release info for 2.0.2 release.
  • Loading branch information
codylane authored Jul 19, 2019
2 parents bc657b3 + 708de16 commit 9fb3286
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ env:
rvm: 2.4.4
matrix:
include:
- env: VAGRANT_VERSION=v2.2.4
- env: VAGRANT_VERSION=v2.2.3
- env: VAGRANT_VERSION=v2.2.2
- env: VAGRANT_VERSION=v2.1.5
- env: VAGRANT_VERSION=v2.0.4
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 2.0.2 / _Not released yet_
# 2.0.2 / _NOT_RELEASED_YET

# 2.0.2 / 2019-07-19

This is a bug fix release, please see the issues below for furthe
details. This fix should address some Docker proxy problems when using
systemd.

Bug Fixes:
- https://github.com/tmatilai/vagrant-proxyconf/issues/172

# 2.0.1 / 2019-03-31

5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -18,15 +18,16 @@ end
#### End Added due to https://groups.google.com/forum/#!topic/vagrant-up/J8J6LmhzBqM/discussion

gem 'vagrant',
git: 'https://github.com/mitchellh/vagrant.git',
ref: ENV.fetch('VAGRANT_VERSION', 'v2.2.2')
git: 'https://github.com/hashicorp/vagrant.git',
ref: ENV.fetch('VAGRANT_VERSION', 'v2.2.4')

gem 'rake'
gem 'rspec', '~> 3.1'
gem 'rspec-its', '~> 1.0'

group :development do
gem 'guard-rspec'
gem 'mini_portile2'
gem 'pry'
gem 'rb-readline'
gem 'redcarpet'

0 comments on commit 9fb3286

Please sign in to comment.