Skip to content

Commit

Permalink
resolve magick-related Rspec failures on Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 13, 2024
1 parent 49dbac6 commit cc89222
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Rubocop + RSpec + ESLint + License Header Check
runs-on: ubuntu-24.04
runs-on: ruby:$RUBY_VERSION

services:
postgres:
Expand All @@ -32,11 +32,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install Ruby ${{ env.RUBY_VERSION }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}

- name: Bundle cache
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit cc89222

Please sign in to comment.