Skip to content

Commit

Permalink
Bump carrierwave from 1.2.2 to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 18, 2021
1 parent 98f7557 commit 00bc92b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'activerecord-session_store'
gem 'autonumeric-rails'
gem 'caxlsx_rails'
gem 'bootstrap', '~> 4.0.0'
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'chartkick'
gem 'ckeditor', github: 'galetahub/ckeditor'
gem 'crontab_syntax_checker'
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@ GEM
caracal-rails (1.0.2)
caracal (~> 1.0)
rails (>= 3.2)
carrierwave (1.2.2)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
caxlsx (3.0.0)
htmlentities (~> 4.3, >= 4.3.4)
mimemagic (~> 0.3)
Expand All @@ -138,7 +139,7 @@ GEM
climate_control (0.2.0)
coderay (1.1.2)
colorize (0.8.1)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
crass (1.0.3)
crontab_syntax_checker (0.1.0)
daemons (1.2.6)
Expand Down Expand Up @@ -196,7 +197,7 @@ GEM
rubyzip (>= 1.0)
httparty (0.16.2)
multi_xml (>= 0.5.2)
i18n (1.8.9)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jquery-datatables (1.10.16)
jquery-rails (4.3.1)
Expand All @@ -213,9 +214,9 @@ 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.2021.0901)
mimemagic (0.3.8)
nokogiri (~> 1)
mini_magick (4.10.1)
Expand Down Expand Up @@ -340,6 +341,7 @@ GEM
sshkit (1.16.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.0.7)
temple (0.8.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
Expand Down Expand Up @@ -390,7 +392,7 @@ DEPENDENCIES
capistrano3-puma
capybara (~> 2.13)
caracal-rails
carrierwave (~> 1.0)
carrierwave (~> 1.3)
caxlsx_rails
chartkick
ckeditor!
Expand Down

0 comments on commit 00bc92b

Please sign in to comment.