mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Migrate CI to GitHub Actions
This commit is contained in:
parent
f2f3a3bfa9
commit
38a465e862
6 changed files with 71 additions and 16 deletions
4
Gemfile
4
Gemfile
|
|
@ -7,7 +7,9 @@ gemspec
|
|||
gem 'rake', require: false
|
||||
|
||||
group :test do
|
||||
gem 'coveralls', '~> 0.8.23'
|
||||
gem 'simplecov', '~> 0.21.2'
|
||||
gem 'simplecov-html', '~> 0.12.3'
|
||||
gem 'simplecov-lcov', '~> 0.8.0'
|
||||
gem 'pry'
|
||||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.10.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue