diff --git a/Gemfile b/Gemfile index 0bf7000..7697fb1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '5.1.6' gem 'bcrypt', '3.1.12' gem 'faker', '1.7.3' gem 'will_paginate', '3.1.6' #untuk halaman -gem 'carrierwave', '1.2.2' #image uploader +gem 'carrierwave', '1.3.2' #image uploader gem 'mini_magick', '4.9.4' #image resizing gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5af4bd4..06a9d18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,10 +52,11 @@ GEM will_paginate builder (3.2.3) byebug (9.0.6) - carrierwave (1.2.2) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -64,7 +65,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.8) crass (1.0.5) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) @@ -270,9 +271,9 @@ GEM mail (2.7.0) mini_mime (>= 0.1.1) method_source (0.9.0) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2020.1104) mini_magick (4.9.4) mini_mime (1.0.1) mini_portile2 (2.4.0) @@ -373,6 +374,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) @@ -380,7 +382,7 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -406,7 +408,7 @@ DEPENDENCIES bootstrap-sass (= 3.4.1) bootstrap-will_paginate (= 1.0.0) byebug (= 9.0.6) - carrierwave (= 1.2.2) + carrierwave (= 1.3.2) coffee-rails (= 4.2.2) faker (= 1.7.3) fog (= 1.42)