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 @@ -19,7 +19,7 @@ gem 'rails-i18n'
gem 'globalize', git: 'https://github.com/globalize/globalize'
gem 'kaminari'
gem 'acts-as-taggable-on', '~> 6.0'
gem 'carrierwave', '~> 1.3.1'
gem 'carrierwave', '~> 1.3.2'

gem 'bootstrap', '~> 4.3.1'
gem "bootstrap_form", ">= 4.0.0.alpha1"
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ GEM
capistrano-rails (1.4.0)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
carrierwave (1.3.1)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
countries (3.0.0)
i18n_data (~> 0.8.0)
sixarm_ruby_unaccent (~> 1.1)
Expand All @@ -108,7 +109,7 @@ GEM
railties (>= 3.2, < 6.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.6.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
jquery-rails (4.3.3)
Expand Down Expand Up @@ -140,15 +141,15 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2020.1104)
mimemagic (0.3.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
mini_racer (0.2.4)
libv8 (>= 6.3)
minitest (5.11.3)
minitest (5.14.3)
minitest-reporters (1.3.5)
ansi
builder
Expand Down Expand Up @@ -250,10 +251,11 @@ GEM
sshkit (1.17.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.0.7)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand All @@ -274,7 +276,7 @@ DEPENDENCIES
capistrano (~> 3.4)
capistrano-passenger
capistrano-rails (~> 1.1)
carrierwave (~> 1.3.1)
carrierwave (~> 1.3.2)
country_select (~> 4.0.0)
exception_notification
execjs
Expand Down