diff --git a/Gemfile b/Gemfile index a677d6b97..f758f8dd8 100644 --- a/Gemfile +++ b/Gemfile @@ -76,6 +76,10 @@ group :development do # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" + + # Workaround to get image process to behave on a Mac in development + # https://github.com/libvips/ruby-vips/issues/155#issuecomment-1047370993 + gem "ruby-vips" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 481985fed..0916f9894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -657,6 +657,7 @@ DEPENDENCIES rails_best_practices redis (~> 5.0.5) rqrcode + ruby-vips selenium-webdriver sentry-rails sentry-ruby