Skip to content
Merged
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gem 'groupdate', '~> 5.0.0'
gem 'zlib', '~> 1.1.0'

# Upload
gem 'carrierwave', '~> 2.1.0'
gem 'carrierwave', '~> 2.1.1'
gem 'carrierwave-base64', '~> 2.8.1'
gem 'fog-aws', '~> 3.6.5' # For DigitalOcean
gem 'mini_magick', '~> 4.10.1'
Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,21 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
carrierwave (2.1.0)
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)
carrierwave-base64 (2.8.1)
carrierwave (>= 0.8.0)
mime-types (~> 3.0)
mimemagic (~> 0.3.2)
childprocess (3.0.0)
colorize (0.8.1)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
connection_pool (2.2.2)
counter_culture (2.5.1)
activerecord (>= 4.2)
Expand Down Expand Up @@ -177,10 +178,10 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.12.2)
ffi (1.12.2-java)
ffi (1.12.2-x64-mingw32)
ffi (1.12.2-x86-mingw32)
ffi (1.14.2)
ffi (1.14.2-java)
ffi (1.14.2-x64-mingw32)
ffi (1.14.2-x86-mingw32)
fog-aws (3.6.5)
fog-core (~> 2.1)
fog-json (~> 1.1)
Expand Down Expand Up @@ -222,7 +223,7 @@ GEM
httparty (0.18.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.2)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.31)
activesupport (>= 4.0.2)
Expand All @@ -235,7 +236,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
i18n_data (0.10.0)
image_processing (1.11.0)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
interactor (3.1.2)
Expand Down Expand Up @@ -285,7 +286,7 @@ GEM
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.1)
minitest (5.14.3)
msgpack (1.3.3)
msgpack (1.3.3-java)
msgpack (1.3.3-x64-mingw32)
Expand Down Expand Up @@ -318,7 +319,7 @@ GEM
pg_query (1.2.0)
pghero (2.4.2)
activerecord (>= 5)
public_suffix (4.0.5)
public_suffix (4.0.6)
puma (3.12.6)
puma (3.12.6-java)
racc (1.5.2)
Expand Down Expand Up @@ -454,6 +455,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand All @@ -464,7 +466,7 @@ GEM
thread_safe (0.3.6-java)
tins (1.25.0)
sync
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2020.1)
tzinfo (>= 1.0.0)
Expand Down Expand Up @@ -497,7 +499,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.3.0)
zeitwerk (2.4.2)
zlib (1.1.0)

PLATFORMS
Expand All @@ -520,7 +522,7 @@ DEPENDENCIES
byebug (~> 11.1.3)
cancancan (~> 3.1.0)
capybara (~> 3.32.2)
carrierwave (~> 2.1.0)
carrierwave (~> 2.1.1)
carrierwave-base64 (~> 2.8.1)
colorize (~> 0.8.1)
counter_culture (~> 2.5.1)
Expand Down