Commit graph

8 commits

Author SHA1 Message Date
Michael Hashizume
4f5ee09807 (PUP-11786) Beaker 5 compatibility
Vox Pupuli has released Beaker 5, which drops older (< 2.7) Ruby
compatibility and adds compatibility for Ruby 3.2

This commit adds testing for Ruby 3.2, sets the dependency on
Beaker to ~> 5.0, replaces the File#exists? method that's been
deprecated since Ruby 2.7 and removed in 3.2, and updates the
dependency on FakeFS to the same version that Beaker uses (FakeFS
~> 2.4).
2023-03-27 13:59:30 -07:00
dependabot[bot]
252e92ab4f
Update rake requirement from ~> 10.1 to ~> 13.0
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/rake-10.1.0...v13.0.3)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-15 14:27:24 +00:00
Dakota Schneider
b8804eb5f1 (MAINT) Drop MockVsphereHelper (#10)
* (MAINT) Update specs to remove VsphereHelper

VsphereHelper is no longer relevant since vmpooler doesn't use vSphere/vCloud any more.

* (MAINT) Drop conflicting, unused dependency on beaker-abs

* (MAINT) Conditionally pin fakefs '< 0.14.0' for Ruby < '2.3.0'

* (MAINT) Remove more VsphereHelper references

And minor whitespace cleanup

* (MAINT) Drop unused beaker-abs dependency

Could have sworn I fixed that... maybe in a different branch?
2018-07-02 08:57:30 -07:00
Rishi Javia
f7273ae4f2 (BKR-1181) Separate Vcloud into its own library 2017-08-09 08:54:50 -07:00
Kevin Imber
92b07a950e Merge pull request #2 from rishijavia/version
(MAINT) Add version file and constant
2017-07-07 13:10:41 -07:00
Rishi Javia
eab14d4316 (MAINT) Add version file and constant 2017-07-07 12:48:14 -07:00
Rishi Javia
1f0bfdfab4 Add rbvmomi dependency 2017-06-30 11:07:12 -07:00
Rishi Javia
d1f0a7b7ea Initial commit 2017-06-30 09:41:21 -07:00