Merge pull request #12097 from dcermak/bump_rake_dependency

Add ruby test files to testing workflow and bump rake dependency
This commit is contained in:
Sophia Castellarin 2021-01-05 09:21:02 -06:00 committed by GitHub
commit f47773baca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,9 @@ on:
- 'lib/**'
- 'plugins/**'
- 'test/**'
- 'Gemfile'
- 'vagrant.gemspec'
- 'Rakefile'
pull_request:
branches:
- main
@ -16,6 +19,9 @@ on:
- 'lib/**'
- 'plugins/**'
- 'test/**'
- 'Gemfile'
- 'vagrant.gemspec'
- 'Rakefile'
jobs:
unit-tests:

View File

@ -14,4 +14,4 @@ for each item will be kept below.
starting machines.
* `vim` - Contains a `.vim` file for enabling Ruby syntax highlighting
for `Vagrantfile`s in `vim`.
* `zsh` - Contains a zsh script for improving autocompletion with zsh.
* `zsh` - Contains a zsh script for improving autocompletion with zsh.

View File

@ -43,7 +43,7 @@ Gem::Specification.new do |s|
# Constraint rake to properly handle deprecated method usage
# from within rspec
s.add_development_dependency "rake", "~> 12.3.3"
s.add_development_dependency "rake", "~> 13.0"
s.add_development_dependency "rspec", "~> 3.5.0"
s.add_development_dependency "rspec-its", "~> 1.3.0"
s.add_development_dependency "webmock", "~> 2.3.1"