Migrate CI to GitHub Actions

This commit is contained in:
Gene Liverman 2021-07-16 16:42:45 -04:00
parent f2f3a3bfa9
commit 38a465e862
No known key found for this signature in database
GPG key ID: A5E7EC8322AE6F74
6 changed files with 71 additions and 16 deletions

View file

@ -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'