Skip to content

Commit 99bafb6

Browse files
committed
Add codeowners file, bump up ruby version
1 parent 6a6df72 commit 99bafb6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.github/workflows/gem-push.yml @clio/application-security @clio/penguins

.github/workflows/gem-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up Ruby 2.6
16+
- name: Set up Ruby 2.7
1717
uses: actions/setup-ruby@v1
1818
with:
19-
ruby-version: 2.6.x
19+
ruby-version: 2.7.x
2020

2121
- name: Publish to RubyGems
2222
env:

0 commit comments

Comments
 (0)