Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install ImageMagick to fix CI #1450

Merged
merged 3 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
with:
ruby-version: 3.2.0
bundler-cache: true
- name: Install dependencies
run: |
sudo apt install -y imagemagick
- name: Before tests
run: bundle exec rails db:migrate
- name: Run tests
Expand Down
85 changes: 43 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ GEM
nokogiri (~> 1.6)
rest-client (~> 2.0)
ast (2.4.2)
autocorrect-rb (2.13.0-aarch64-linux)
rb_sys (>= 0.9.54)
autocorrect-rb (2.13.0-arm64-darwin)
rb_sys (>= 0.9.54)
autocorrect-rb (2.13.0-x86_64-linux)
rb_sys (>= 0.9.54)
autocorrect-rb (2.13.0-x86_64-linux-musl)
rb_sys (>= 0.9.54)
autocorrect-rb (2.13.1)
rb_sys (>= 0.9.105)
autocorrect-rb (2.13.1-aarch64-linux)
rb_sys (>= 0.9.105)
autocorrect-rb (2.13.1-arm64-darwin)
rb_sys (>= 0.9.105)
autocorrect-rb (2.13.1-x86_64-linux-musl)
rb_sys (>= 0.9.105)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.3.0)
benchmark (0.4.0)
benchmark-ips (2.14.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bootsnap (1.18.4)
msgpack (~> 1.2)
builder (3.3.0)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
drb (2.2.1)
enumize (0.2.1)
rails (>= 5.0.0)
erubi (1.13.0)
erubi (1.13.1)
et-orbi (1.2.11)
tzinfo
exception-track (1.3.0)
Expand All @@ -186,10 +186,7 @@ GEM
net-http
faraday-rack (2.0.0)
faraday (~> 2.0)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi (1.17.0)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
Expand All @@ -216,8 +213,8 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
irb (1.14.1)
io-console (0.8.0)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
Expand Down Expand Up @@ -248,7 +245,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -267,7 +264,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.4)
minitest-spec-rails (7.3.0)
minitest (>= 5.0)
railties (>= 4.1)
Expand All @@ -290,11 +287,13 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.16.8-aarch64-linux)
nokogiri (1.18.1-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.16.8-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
notifications (1.1.0)
kaminari (>= 0.15)
Expand Down Expand Up @@ -349,7 +348,8 @@ GEM
postmark-rails (0.22.1)
actionmailer (>= 3.0.0)
postmark (>= 1.21.3, < 2.0)
psych (5.1.2)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
puma (6.4.3)
Expand All @@ -376,9 +376,9 @@ GEM
rack
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.0)
rackup (2.2.1)
rack (>= 3)
rails (8.0.0.rc2)
actioncable (= 8.0.0.rc2)
Expand All @@ -398,7 +398,7 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.10)
Expand All @@ -424,8 +424,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rb_sys (0.9.102)
rdoc (6.7.0)
rb_sys (0.9.105)
rdoc (6.10.0)
psych (>= 4.0.0)
recaptcha (5.17.0)
redcarpet (3.6.0)
Expand All @@ -434,7 +434,7 @@ GEM
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.6.0)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -482,18 +482,18 @@ GEM
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
rucaptcha (3.2.4-aarch64-linux-musl)
rucaptcha (3.2.5-aarch64-linux-musl)
railties (>= 3.2)
rb_sys (>= 0.9.86)
rucaptcha (3.2.4-arm64-darwin)
rb_sys (>= 0.9.105)
rucaptcha (3.2.5-arm64-darwin)
railties (>= 3.2)
rb_sys (>= 0.9.86)
rucaptcha (3.2.4-x86_64-linux)
rb_sys (>= 0.9.105)
rucaptcha (3.2.5-x86_64-linux)
railties (>= 3.2)
rb_sys (>= 0.9.86)
rucaptcha (3.2.4-x86_64-linux-musl)
rb_sys (>= 0.9.105)
rucaptcha (3.2.5-x86_64-linux-musl)
railties (>= 3.2)
rb_sys (>= 0.9.86)
rb_sys (>= 0.9.105)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
Expand All @@ -504,7 +504,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
securerandom (0.3.1)
securerandom (0.4.1)
semantic_range (3.0.0)
shakapacker (7.2.3)
activesupport (>= 5.2)
Expand Down Expand Up @@ -535,7 +535,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
ssrf_filter (1.1.2)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
Expand All @@ -549,8 +549,8 @@ GEM
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
uri (0.13.1)
useragent (0.16.10)
uri (1.0.2)
useragent (0.16.11)
version_gem (1.1.4)
view_component (2.83.0)
activesupport (>= 5.2.0, < 8.0)
Expand All @@ -568,6 +568,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux
x86_64-linux-musl

Expand Down Expand Up @@ -641,4 +642,4 @@ DEPENDENCIES
view_component (~> 2.83)

BUNDLED WITH
2.5.3
2.6.2
Loading