diff --git a/Gemfile b/Gemfile index c8f2f13..3cb394d 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "devise_ldap_authenticatable", "~> 0.8.7" gem 'passenger', '~> 5.3.2', require: 'phusion_passenger/rack_handler' -gem 'carrierwave', '~> 2.2.5' +gem 'carrierwave', '~> 2.2.6' gem 'nokogiri', '~> 1.16.2' gem 'capistrano', "~> 3.16.0" diff --git a/Gemfile.lock b/Gemfile.lock index 816ebaa..16ebbeb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) airbrussh (1.4.1) sshkit (>= 1.6.1, != 1.7.0) @@ -87,7 +87,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - carrierwave (2.2.5) + carrierwave (2.2.6) activemodel (>= 5.0.0) activesupport (>= 5.0.0) addressable (~> 2.6) @@ -129,7 +129,7 @@ GEM ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -153,13 +153,13 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) method_source (1.0.0) mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.22.2) + minitest (5.22.3) net-imap (0.4.10) date net-protocol @@ -249,7 +249,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.12.0) - ruby-vips (2.2.0) + ruby-vips (2.2.1) ffi (~> 1.12) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -311,7 +311,7 @@ PLATFORMS DEPENDENCIES capistrano (~> 3.16.0) capybara (~> 3.36.0) - carrierwave (~> 2.2.5) + carrierwave (~> 2.2.6) cocoon (~> 1.2.15) coffee-rails (~> 5.0.0) devise (~> 4.8.1)