Skip to content

Commit

Permalink
Bump carrierwave from 1.3.1 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 4656327 commit 20a5de8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'ransack', '>= 2.0.0'
gem 'kaminari'

# Use carrierwave to manage file upload
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'carrierwave-base64'

# User Auth
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,18 @@ GEM
bcrypt (3.1.12)
builder (3.2.3)
byebug (11.0.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)
carrierwave-base64 (2.8.0)
carrierwave (>= 0.8.0)
mime-types (~> 3.0)
mimemagic (~> 0.3.2)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
crass (1.0.4)
devise (4.6.2)
bcrypt (~> 3.0)
Expand All @@ -104,7 +105,7 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
hashie (3.6.0)
i18n (1.6.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
iniparse (1.4.4)
jaro_winkler (1.5.2)
Expand Down Expand Up @@ -132,13 +133,13 @@ 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_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.3)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -254,6 +255,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.1)
ssrf_filter (1.0.7)
strings (0.1.5)
strings-ansi (~> 0.1)
unicode-display_width (~> 1.5)
Expand All @@ -269,7 +271,7 @@ GEM
tty-screen (0.6.5)
tty-tree (0.2.0)
tty-which (0.4.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
unicode_utils (1.4.0)
Expand All @@ -285,7 +287,7 @@ PLATFORMS

DEPENDENCIES
byebug
carrierwave (~> 1.0)
carrierwave (~> 1.3)
carrierwave-base64
devise_token_auth
factory_bot_rails
Expand Down

0 comments on commit 20a5de8

Please sign in to comment.