We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruby-vips
:development
1 parent 122f695 commit 9a3e831Copy full SHA for 9a3e831
Gemfile
@@ -76,6 +76,10 @@ group :development do
76
77
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
78
# gem "spring"
79
+
80
+ # Workaround to get image process to behave on a Mac in development
81
+ # https://github.com/libvips/ruby-vips/issues/155#issuecomment-1047370993
82
+ gem "ruby-vips"
83
end
84
85
group :test do
Gemfile.lock
@@ -657,6 +657,7 @@ DEPENDENCIES
657
rails_best_practices
658
redis (~> 5.0.5)
659
rqrcode
660
+ ruby-vips
661
selenium-webdriver
662
sentry-rails
663
sentry-ruby
0 commit comments