Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Bump carrierwave from 2.0.2 to 2.1.1 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
carrierwave (2.0.2)
carrierwave (2.1.1)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
carrierwave-base64 (2.8.0)
carrierwave (>= 0.8.0)
mime-types (~> 3.0)
Expand All @@ -100,7 +101,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)
debug_inspector (0.0.3)
devise (4.7.1)
Expand All @@ -115,7 +116,7 @@ GEM
erubi (1.9.0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.11.1)
ffi (1.14.2)
formatador (0.2.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -135,11 +136,11 @@ GEM
guard-compat (~> 1.0)
multi_json (~> 1.8)
http_parser.rb (0.6.0)
i18n (1.7.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
image_processing (1.9.3)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.13, < 3)
ruby-vips (>= 2.0.17, < 3)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
Expand All @@ -162,11 +163,11 @@ GEM
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mini_magick (4.9.5)
mimemagic (0.3.5)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.3)
msgpack (1.3.1)
multi_json (1.14.1)
nenv (0.3.0)
Expand All @@ -185,7 +186,7 @@ GEM
activerecord (>= 3.0)
i18n (>= 0.5.0)
railties (>= 3.0.0)
public_suffix (4.0.1)
public_suffix (4.0.6)
puma (3.12.1)
rack (2.0.7)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -226,7 +227,7 @@ GEM
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
ruby-vips (2.0.16)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby_dep (1.5.0)
rubyzip (2.0.0)
Expand Down Expand Up @@ -262,13 +263,14 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.1)
ssrf_filter (1.0.7)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
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.1.20)
execjs (>= 0.3.0, < 3)
Expand All @@ -294,7 +296,7 @@ GEM
railties (>= 3.2, < 7.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.2.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down