From e5917d634de0411adfbce8efcb70e5355956123c Mon Sep 17 00:00:00 2001 From: Aung Ye Kyaw Date: Fri, 6 Sep 2019 07:40:01 +0000 Subject: [PATCH] Update Gemfile by AYK bundle install Error sassc -v '1.12.1' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 33a88bd0..44670eda 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'rack-cors' # image upload gem 'carrierwave', '~> 1.0' gem 'mini_magick' -gem 'jquery-fileupload-rails' +gem 'jquery-fileupload-rails', '~> 0.4.7' #Report and Printing gems gem 'cups'