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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ gem 'rails-i18n', '~> 5.1'
gem 'font-awesome-sass', '~> 5.4.1'
gem 'jquery-rails'
gem 'popper_js'
gem 'carrierwave', '~> 2.0'
gem 'carrierwave', '~> 2.1'
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,16 @@ GEM
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.0.1)
carrierwave (2.0.2)
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.5)
debug_inspector (0.0.3)
erubi (1.9.0)
Expand All @@ -78,19 +79,19 @@ GEM
i18n (>= 1.6, < 1.8)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
ffi (1.11.3)
ffi (1.14.2)
font-awesome-sass (5.4.1)
sassc (>= 1.11)
globalid (0.4.2)
activesupport (>= 4.2.0)
hpricot (0.8.6)
html2slim (0.2.0)
hpricot
i18n (1.7.0)
i18n (1.7.1)
concurrent-ruby (~> 1.0)
image_processing (1.10.0)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.13, < 3)
ruby-vips (>= 2.0.17, < 3)
jaro_winkler (1.5.4)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
Expand All @@ -111,11 +112,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.13.0)
minitest (5.14.3)
msgpack (1.3.1)
multi_json (1.14.1)
multi_xml (0.6.0)
Expand Down Expand Up @@ -143,7 +144,7 @@ GEM
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.1)
public_suffix (4.0.6)
puma (3.12.2)
rack (2.0.8)
rack-test (1.1.0)
Expand Down Expand Up @@ -208,7 +209,7 @@ GEM
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby-vips (2.0.16)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby_dep (1.5.0)
sass (3.7.4)
Expand Down Expand Up @@ -246,11 +247,12 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
temple (0.8.2)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -273,7 +275,7 @@ DEPENDENCIES
binding_of_caller
bootsnap (>= 1.1.0)
byebug
carrierwave (~> 2.0)
carrierwave (~> 2.1)
faker
font-awesome-sass (~> 5.4.1)
html2slim
Expand Down