Merge pull request #7453 from mitchellh/sethvargo/listen

Bump listen gem
This commit is contained in:
Seth Vargo 2016-06-15 12:18:45 +02:00 committed by GitHub
commit d7c43723ff
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ addons:
- bsdtar
rvm:
- 2.0.0
- 2.2.3
branches:
only:

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Build and distribute virtualized development environments."
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = "~> 2.2"
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant"
@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "childprocess", "~> 0.5.0"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0"
s.add_dependency "listen", "~> 3.0.2"
s.add_dependency "listen", "~> 3.1.5"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.1"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
s.add_dependency "net-ssh", "~> 3.0.1"