Skip to content

Commit 323363d

Browse files
authored
Merge pull request #133 from publify/fix-ruby-2-7-action
Skip rubygems update in Actions because fails for Ruby 2.7
2 parents 63e05f4 + 3717b8a commit 323363d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
ruby-version: ${{ matrix.ruby }}
3535
bundler-cache: true
36-
rubygems: latest
3736
- name: Migrate database
3837
run: bundle exec rake db:create db:migrate
3938
- name: Run tests
@@ -54,7 +53,6 @@ jobs:
5453
with:
5554
ruby-version: 3.2
5655
bundler-cache: true
57-
rubygems: latest
5856
- name: Run RuboCop
5957
run: bundle exec rubocop -P
6058
- name: Check manifest

0 commit comments

Comments
 (0)