Commit Graph

199 Commits

Author SHA1 Message Date
Mitchell Hashimoto 025736c282 Just restrict to listen ~> 2.8.0 2015-01-05 12:17:15 -08:00
Mitchell Hashimoto e4e846034b Merge pull request #4916 from kev009/master
Allow listen 2.8 gem
2015-01-05 12:03:19 -08:00
Mitchell Hashimoto ff987b19ec Make rest-client dependency looser 2014-12-09 23:20:08 -08:00
Kevin Bowling 4669a401f5 Allow listen 2.8 2014-12-09 01:35:22 -07:00
Seth Vargo b973186cb5 Add vagrant-login to core ;) 2014-12-08 18:26:36 -08:00
Seth Vargo f85d96b425 Add fake_ftp as a development dep 2014-12-08 11:35:12 -08:00
Seth Vargo 1ac68808e0 Add net-sftp as a dep 2014-12-08 11:35:12 -08:00
Seth Vargo 1464a63928 Merge pull request #4777 from voxik/remove-useless-expect-with
Remove useless expect_with
2014-11-04 09:29:29 -05:00
Vít Ondruch 552889f433 Neither Mocha is required. 2014-11-04 11:48:21 +01:00
Vít Ondruch 81d3668ea1 contest is not required anymore. 2014-11-04 10:56:24 +01:00
Vít Ondruch c3c1fc9fe5 Minitest is not required anymore. 2014-11-04 10:51:49 +01:00
Mitchell Hashimoto 3c81264714 update listen dep 2014-10-23 19:16:12 -07:00
Mitchell Hashimoto bb22a37ed1 Bundler 1.7.x 2014-10-23 12:08:32 -07:00
Mitchell Hashimoto 09d2b6fd86 core: add Checkpoint 2014-09-01 15:06:51 -07:00
Mitchell Hashimoto 1e50d7e528 Lock down Nokogiri dependency 2014-08-30 23:12:34 -07:00
Mitchell Hashimoto 8db5e820dd Update net-ssh dep [GH-3605] 2014-05-01 21:19:21 -07:00
Adam Spiers 36e924b73e add support for bundler >= 1.6.x
bundler changed their API for Bundler::UI in 1.6.0 via this commit:

  https://github.com/bundler/bundler/commit/5e38e2d7

This caused various issues, e.g.

  https://github.com/mitchellh/vagrant/issues/3451
  https://github.com/test-kitchen/test-kitchen/issues/401

which will hopefully be resolved by teaching vagrant to cope with both
API versions.
2014-04-30 23:32:16 +01:00
Adam Spiers 7315e151c9 add dependency on Ruby >= 2.0.0
Vagrant requires Ruby 2, e.g. for ** keyword arguments.
2014-04-29 23:58:10 +01:00
Mitchell Hashimoto 2a8a04ebb9 communicators/winrm: initial import from vagrant-windows 2014-04-21 13:50:58 -07:00
Mitchell Hashimoto 7f9d98c922 No, we really need listen 2.7.1 2014-04-09 09:49:22 -07:00
Mitchell Hashimoto 83c38b9278 command/rsync-auto: use newer listen gem [GH-3249] 2014-04-09 09:48:11 -07:00
Mitchell Hashimoto 0e3b3d654d Depend on ChildProcess 0.5.0, fix bugs 2014-02-18 11:15:19 -08:00
Mitchell Hashimoto d2d96a0726 core: keep process group for SSH childprocess 2014-02-13 16:45:45 -08:00
Mitchell Hashimoto 7f534d839d Up childprocess dep to 0.4.1 2014-02-13 07:40:28 -08:00
Mitchell Hashimoto 27420ad2ee Remove website/ dir from gem [GH-2951] 2014-02-10 08:56:45 -08:00
Mitchell Hashimoto 41e56cb282 Update dep of ChildProcess to 0.4.0
This fixes some critical bugs with Windows
2014-01-17 20:34:58 -08:00
Mitchell Hashimoto 5db258bf16 Update dep to Bundler 1.5.2 2014-01-15 21:34:00 -08:00
Mitchell Hashimoto b84505578c add listen as a dep 2014-01-13 13:45:44 -08:00
Mitchell Hashimoto 177bfc1d0c Lock to log4r < 1.1.11 because we got fucked
1.1.11 was released today and seriously broke backwards compatibility.
While they never officially made any promise to follow semver, it is
almost expected at this point, but log4r decided to just fuck that.

1.1.11 changed the arity of Log4r::Logger.initialize. That seriously
breaks _everything_.

Darwin awarddddddddd goes to...
2014-01-05 15:27:20 -08:00
Mitchell Hashimoto f2c6175d16 Use bundler to load plugins 2014-01-04 16:15:12 -08:00
Mitchell Hashimoto 1a51f42ee7 core: update rspec, fix deprecations 2013-12-03 18:42:21 -08:00
Mitchell Hashimoto 25f2f342b7 Loosen net-ssh dependency [GH-2573] 2013-12-03 08:05:32 -08:00
Seth Vargo 579e591dfb Remove JSON gem dependency 2013-06-24 11:56:43 -04:00
Mitchell Hashimoto b4590f9184 Up the version of net-ssh and net-scp 2013-03-17 00:13:43 -07:00
Mitchell Hashimoto 17d6bf7899 Loosen JSON dependency 2013-02-27 09:50:53 -08:00
Mitchell Hashimoto b8429d5454 Remove archive-tar-minitar dependency 2013-01-28 13:29:48 -08:00
Mitchell Hashimoto d114d4b658 Up the version requirement for childprocess to fix quoting issue 2013-01-23 08:28:18 -08:00
Mitchell Hashimoto 54808f5c79 More readable gemspec according to @jordansissel 2012-12-01 11:47:18 -08:00
Mitchell Hashimoto ee713a0e70 Gemspec no longer depends on git.
The CI works by pulling down tarballs of Vagrant, and the gemspecs
depending on `git ls-files` were making it not work.
2012-12-01 11:13:33 -08:00
Mitchell Hashimoto 23d06fcc92 Whitespace in gemspec 2012-11-30 21:48:15 -08:00
Mitchell Hashimoto 0ca783e8d1 V1 config loader loads upgradable config if not V1
This is to prepare for the upcoming V2 configuration. When we're in V2,
we only want to load _upgradable_ configuration keys.
2012-11-03 21:54:32 -07:00
David Calavera eb07788db1 Remove global variables 2012-03-30 19:36:26 -07:00
Mitchell Hashimoto 18a6749321 Bump the JSON dep [GH-838] 2012-03-30 19:33:15 -07:00
Mitchell Hashimoto 034477b52a Add `fsid` to linux exports for NFS. [GH-736] 2012-02-14 23:08:32 -08:00
Joe Kutner 5f33600d43 upgraded to childprocess 0.3.1 to get bugfix for JRuby 2012-02-05 17:25:55 -06:00
Mitchell Hashimoto ecaf083806 Up childprocess to 0.3.0 2012-01-13 16:07:27 -08:00
Mitchell Hashimoto a01d3db40b Depend on childprocess 0.2.8 2012-01-10 18:41:32 -08:00
Mitchell Hashimoto 186dde5e11 Up RSpec versions for test 2012-01-07 11:56:12 -08:00
Mitchell Hashimoto c9be585695 Up childprocess dep to 0.2.6 for Windows support 2012-01-07 11:54:14 -08:00
Mitchell Hashimoto 0f580fd2c0 Re-use SSH connection 2012-01-07 11:38:27 -08:00