Skip to content

Commit

Permalink
fix: add missing mini_magick gem (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
GQuirino committed Jul 12, 2020
1 parent 68d51e5 commit afa0355
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rails/Dockerfile
Expand Up @@ -14,6 +14,7 @@ RUN apt-get -y update && \
git-all \
curl \
ssh \
imagemagick \
postgresql-client-11 libpq5 libpq-dev -y && \
wget -qO- https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs && \
Expand Down Expand Up @@ -41,4 +42,4 @@ COPY . .
# Update all scripts in the folder
RUN chmod a+x scripts/*
# RUN find scripts -type f -exec chmod a+X {} \
RUN scripts/potential_asset_precompile.sh $precompileassets
RUN scripts/potential_asset_precompile.sh $precompileassets
2 changes: 1 addition & 1 deletion rails/Gemfile
Expand Up @@ -45,7 +45,7 @@ gem 'font-awesome-rails', '~> 4.7'
gem 'plyr-rails'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'
gem 'mini_magick', '~> 4.8'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
Expand Down
2 changes: 2 additions & 0 deletions rails/Gemfile.lock
Expand Up @@ -190,6 +190,7 @@ GEM
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.6)
Expand Down Expand Up @@ -384,6 +385,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
mapbox-gl-rails
mini_magick (~> 4.8)
mini_racer
pg (>= 0.18, < 2.0)
plyr-rails
Expand Down

0 comments on commit afa0355

Please sign in to comment.