Skip to content

Commit 79e194d

Browse files
committed
clean comments
1 parent 9ed2cb3 commit 79e194d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/gempush.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@master
14-
- name: Set up Ruby 2.6
14+
- name: Set up Ruby
1515
uses: actions/setup-ruby@v1
1616
with:
1717
ruby-version: 3.1.x

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ source "http://rubygems.org"
33
# Specify your gem's dependencies in gepub.gemspec
44
gemspec
55

6-
# workarond : simplecov 0.18 with cc-reporter is broken
7-
# https://github.com/codeclimate/test-reporter/issues/418
86
gem 'simplecov', '~> 0.21', require: false

0 commit comments

Comments
 (0)