diff --git a/Gemfile b/Gemfile index 646ecaf..361adcc 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'bootsnap', '>= 1.1.0', require: false gem 'haml-rails', '~> 2.0' gem 'devise_invitable', '~> 2.0.0' gem 'fast_jsonapi' -gem 'carrierwave', '~> 2.0' +gem 'carrierwave', '~> 2.1' group :development, :test do gem 'pry-byebug' diff --git a/Gemfile.lock b/Gemfile.lock index fd57f54..c104b86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,15 +61,16 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - carrierwave (2.0.1) + carrierwave (2.1.1) activemodel (>= 5.0.0) activesupport (>= 5.0.0) addressable (~> 2.6) image_processing (~> 1.1) mimemagic (>= 0.3.0) mini_mime (>= 0.1.3) + ssrf_filter (~> 1.0) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) crass (1.0.4) database_cleaner (1.7.0) devise (4.7.1) @@ -91,7 +92,7 @@ GEM railties (>= 4.2.0) fast_jsonapi (1.5) activesupport (>= 4.2) - ffi (1.11.1) + ffi (1.14.2) globalid (0.4.2) activesupport (>= 4.2.0) haml (5.1.2) @@ -110,9 +111,9 @@ GEM ruby_parser (~> 3.5) i18n (1.6.0) concurrent-ruby (~> 1.0) - image_processing (1.9.3) + image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.13, < 3) + ruby-vips (>= 2.0.17, < 3) launchy (2.4.3) addressable (~> 2.3) letter_opener (1.7.0) @@ -129,11 +130,11 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) - mini_magick (4.9.5) + mimemagic (0.3.5) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) msgpack (1.3.1) nio4r (2.5.1) nokogiri (1.10.4) @@ -146,7 +147,7 @@ GEM pry-byebug (3.7.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (4.0.1) + public_suffix (4.0.6) puma (3.12.1) rack (2.0.7) rack-test (1.1.0) @@ -199,7 +200,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - ruby-vips (2.0.15) + ruby-vips (2.0.17) ffi (~> 1.9) ruby_dep (1.5.0) ruby_parser (3.13.1) @@ -216,11 +217,12 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) temple (0.8.1) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) warden (1.2.8) rack (>= 2.0.6) @@ -234,7 +236,7 @@ PLATFORMS DEPENDENCIES annotate bootsnap (>= 1.1.0) - carrierwave (~> 2.0) + carrierwave (~> 2.1) database_cleaner devise_invitable (~> 2.0.0) factory_bot_rails