Skip to content

Commit

Permalink
Bump carrierwave from 0.10.0 to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2021
1 parent 4072019 commit addd806
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem 'bigbluebutton_rails', :git => 'https://github.com/mconf/bigbluebutton_rails
gem 'vpim', '~> 13.11.11'

# for logos + attachments
gem 'carrierwave', '~> 0.10.0'
gem 'carrierwave', '~> 1.3.2'
gem 'rmagick', '~> 2.16.0'
gem 'mini_magick', '~> 3.8.1'

Expand Down
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
slim (>= 1.3.6, < 3.0)
terminal-table (~> 1.4)
browser (0.8.0)
builder (3.2.2)
builder (3.2.4)
cancancan (1.13.1)
capybara (2.4.1)
mime-types (>= 1.16)
Expand All @@ -113,11 +113,11 @@ GEM
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
chef (12.0.3)
chef-zero (~> 3.2)
diff-lcs (~> 1.2, >= 1.2.4)
Expand Down Expand Up @@ -159,6 +159,7 @@ GEM
sass (~> 3.2.5)
compass-rails (2.0.0)
compass (>= 0.12.2)
concurrent-ruby (1.1.8)
configatron (2.13.0)
yamler (>= 0.1.0)
crack (0.4.2)
Expand Down Expand Up @@ -233,7 +234,8 @@ GEM
httpi (2.4.2)
rack
socksify
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n-js (3.0.0.rc12)
i18n (~> 0.6, >= 0.6.6)
icalendar (2.1.1)
Expand All @@ -246,7 +248,7 @@ GEM
jquery-rails (3.1.3)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.6)
launchy (2.4.2)
addressable (~> 2.3)
leaflet-rails (0.7.4)
Expand Down Expand Up @@ -286,7 +288,7 @@ GEM
subexec (~> 0.2.1)
mini_portile2 (2.0.0)
minitar (0.5.4)
minitest (5.8.4)
minitest (5.14.3)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-cli (1.5.0)
Expand Down Expand Up @@ -480,6 +482,7 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.9)
ssrf_filter (1.0.7)
subexec (0.2.3)
systemu (2.6.4)
temple (0.6.9)
Expand All @@ -492,7 +495,7 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
timecop (0.8.0)
turn (0.8.2)
Expand All @@ -502,7 +505,7 @@ GEM
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -559,7 +562,7 @@ DEPENDENCIES
cancancan (~> 1.9)
capybara
capybara-webkit
carrierwave (~> 0.10.0)
carrierwave (~> 1.3.2)
chronic
codeclimate-test-reporter
coffee-rails (~> 4.0.0)
Expand Down

0 comments on commit addd806

Please sign in to comment.