Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ gem 'ffaker', '~> 2.7.0'
gem 'rubocop', '~> 0.51'

# File Upload
gem 'carrierwave', '~> 1.2.1'
gem 'carrierwave', '~> 1.3.2'
# Automatic thumbnail for videos
gem 'carrierwave-video-thumbnailer', '~> 0.1.4'

Expand Down
16 changes: 9 additions & 7 deletions rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
carrierwave (1.2.3)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
carrierwave-base64 (2.7.0)
carrierwave (>= 0.8.0)
mime-types (~> 3.0)
Expand All @@ -88,7 +89,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.8)
connection_pool (2.2.2)
crass (1.0.4)
devise (4.4.3)
Expand Down Expand Up @@ -272,7 +273,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.0.1)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.3)
Expand Down Expand Up @@ -304,13 +305,13 @@ GEM
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2020.1104)
mini_magick (4.8.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
minitest (5.14.3)
multi_json (1.13.1)
mysql2 (0.4.10)
netrc (0.11.0)
Expand Down Expand Up @@ -445,6 +446,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
streamio-ffmpeg (3.0.2)
multi_json (~> 1.8)
thor (0.20.0)
Expand Down Expand Up @@ -489,7 +491,7 @@ DEPENDENCIES
byebug
cancancan (~> 2.0)
capybara (~> 2.13)
carrierwave (~> 1.2.1)
carrierwave (~> 1.3.2)
carrierwave-base64
carrierwave-video-thumbnailer (~> 0.1.4)
carrierwave_direct (~> 2.0.0)
Expand Down