diff --git a/Gemfile b/Gemfile index feaa75439..80ea815cd 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'dotenv-rails', '~> 2.5' gem 'aws-sdk-s3', '~> 1.30', require: false gem 'fog-core', '<= 2.1.0' gem 'fog-openstack', '~> 0.3', require: false -gem 'paperclip', '~> 6.0' +gem 'paperclip', '~> 6.1' gem 'paperclip-av-transcoder', '~> 0.6' gem 'streamio-ffmpeg', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index d9fc1c6b6..6ebc1bf44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM httplog (1.1.1) rack (>= 1.0) rainbow (>= 2.0.0) - i18n (1.1.1) + i18n (1.2.0) concurrent-ruby (~> 1.0) i18n-tasks (0.9.28) activesupport (>= 4.0.2) @@ -380,7 +380,7 @@ GEM http (~> 3.0) nokogiri (~> 1.8) ox (2.10.0) - paperclip (6.0.0) + paperclip (6.1.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) mime-types @@ -717,7 +717,7 @@ DEPENDENCIES omniauth-saml (~> 1.10) ostatus2 (~> 2.0) ox (~> 2.10) - paperclip (~> 6.0) + paperclip (~> 6.1) paperclip-av-transcoder (~> 0.6) parallel_tests (~> 2.27) pg (~> 1.1)