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:
commit
f47773baca
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
@ -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:
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user