From dc0f911b124bc07b4b00cf62f5249c4c676453a7 Mon Sep 17 00:00:00 2001 From: ndvan Date: Sat, 29 Oct 2022 12:49:14 -0700 Subject: [PATCH] Update Gemfile update Gemfile and move mimemagic in gemfile.lock to 0.3.10 https://github.com/rails/rails/issues/41750 https://github.com/thoughtbot/paperclip/issues/2678 https://stackoverflow.com/questions/66829141/heroku-push-rejected-error-failed-to-install-gems-via-bundler-probably-caused/66869930#66869930 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bd31ec3..79ac6d1 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,8 @@ gem "jquery-ui-rails", '6.0.1' gem 'rest-client', '2.0.2' -gem "paperclip", "6.0.0" +gem 'paperclip', git: 'https://github.com/sd/paperclip', branch: 'remove-mimemagic' +#gem "paperclip", "6.0.0" gem 'pg', '0.18.4'