Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Bump carrierwave from 1.3.1 to 1.3.2 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 @@ -67,7 +67,7 @@ gem 'acts_as_votable'
gem 'acts_as_follower', github: 'tcocca/acts_as_follower', branch: 'master'
gem 'bootstrap-sass'
gem 'public_activity'
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem "mini_magick"
gem "jquery-rails"
gem "font-awesome-rails"
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
carrierwave (1.3.1)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
childprocess (3.0.0)
cloudinary (1.12.0)
aws_cf_signer
Expand All @@ -87,7 +88,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
crass (1.0.5)
devise (4.7.1)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -124,7 +125,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.7.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
Expand All @@ -144,13 +145,13 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.2)
mime-types (3.3)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2020.1104)
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.3)
multi_json (1.14.1)
multipart-post (2.1.1)
netrc (0.11.0)
Expand Down Expand Up @@ -244,6 +245,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
sunspot (2.5.0)
pr_geohash (~> 1.0)
rsolr (>= 1.1.1, < 3)
Expand All @@ -257,7 +259,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -290,7 +292,7 @@ DEPENDENCIES
byebug
cancancan (~> 2.0)
capybara (~> 2.13)
carrierwave (~> 1.0)
carrierwave (~> 1.3)
cloudinary
coffee-rails (~> 4.2)
devise
Expand Down