Skip to content

Commit 7fd7dfc

Browse files
authored
Merge pull request #778 from coopdevs/develop
Release v5.3.0
2 parents e121acb + 2d52a87 commit 7fd7dfc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+509
-326
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: ruby/setup-ruby@v1
2020
with:
2121
bundler-cache: true
22+
- name: Install ImageMagick
23+
uses: mfinelli/setup-imagemagick@v6
24+
with:
25+
cache: true
2226
- name: Run tests
2327
env:
2428
RAILS_ENV: test

0 commit comments

Comments
 (0)