Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Bump carrierwave from 1.3.1 to 1.3.2 #14

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 @@ -45,7 +45,7 @@ gem 'jquery-rails'

# File uploading
gem 'mini_magick'
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'fog-aws'

# Authentication
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
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 (1.0.1)
rake (< 13.0)
chromedriver-helper (2.1.1)
Expand All @@ -115,7 +116,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
connection_pool (2.2.2)
countries (3.0.0)
i18n_data (~> 0.8.0)
Expand Down Expand Up @@ -184,7 +185,7 @@ GEM
activesupport (>= 4.2.0)
hashdiff (0.4.0)
htmlentities (4.3.4)
i18n (1.6.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
io-like (0.3.0)
Expand Down Expand Up @@ -223,14 +224,14 @@ 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.2019.0331)
mime-types-data (3.2020.1104)
mimemagic (0.3.3)
mini_magick (4.9.3)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.3)
msgpack (1.2.10)
multi_json (1.13.1)
multipart-post (2.1.1)
Expand Down Expand Up @@ -399,14 +400,15 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
temple (0.8.1)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -445,7 +447,7 @@ DEPENDENCIES
bullet
byebug
capybara (>= 2.15)
carrierwave (~> 1.0)
carrierwave (~> 1.3)
chromedriver-helper
coffee-rails (~> 4.2)
country_select
Expand Down