Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve magick-related Rspec failures on Github CI
Browse files Browse the repository at this point in the history
Ithanil committed Dec 13, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Ithanil Jan Kessler
1 parent 49dbac6 commit 229c1b6
Showing 3 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -37,6 +37,9 @@ jobs:
with:
ruby-version: ${{ env.RUBY_VERSION }}

- name: Install imagemagick
run: sudo apt-get install -y imagemagick

- name: Bundle cache
uses: actions/cache@v2
with:
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '>= 3.3'

gem 'active_model_serializers', '>= 0.10.14'
gem 'active_storage_validations', '>= 1.1.0'
gem 'active_storage_validations', '>= 1.3.4'
gem 'aws-sdk-s3', require: false
gem 'bcrypt', '~> 3.1.7'
gem 'bigbluebutton-api-ruby', '1.9.1'
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -50,11 +50,12 @@ GEM
activemodel (>= 4.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
active_storage_validations (1.1.0)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
activesupport (>= 5.2.0)
active_storage_validations (1.3.5)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
marcel (>= 1.0.3)
activejob (7.2.2.1)
activesupport (= 7.2.2.1)
globalid (>= 0.3.6)
@@ -505,7 +506,7 @@ PLATFORMS

DEPENDENCIES
active_model_serializers (>= 0.10.14)
active_storage_validations (>= 1.1.0)
active_storage_validations (>= 1.3.4)
aws-sdk-s3
bcrypt (~> 3.1.7)
bigbluebutton-api-ruby (= 1.9.1)

0 comments on commit 229c1b6

Please sign in to comment.