providers/docker: Get rid of vagrant version check from old plugin

This commit is contained in:
Fabio Rehm 2014-03-26 21:00:41 -03:00 committed by Mitchell Hashimoto
parent e79df6caaa
commit 8c8826fe09
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
# TODO: Switch to Vagrant.require_version before 1.0.0
# see: https://github.com/mitchellh/vagrant/blob/bc55081e9ffaa6820113e449a9f76b293a29b27d/lib/vagrant.rb#L202-L228
unless Gem::Requirement.new('>= 1.4.0').satisfied_by?(Gem::Version.new(Vagrant::VERSION))
raise 'docker-provider requires Vagrant >= 1.4.0 in order to work!'
end
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../../locales/en.yml')
I18n.reload!