Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump carrierwave from 2.2.1 to 2.2.5 #1014

Open
wants to merge 1 commit into
base: develop
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 @@ -24,7 +24,7 @@ gem "uglifier", ">= 1.3.0"
gem "uri-js-rails" # URI manipulation

# File attachments
gem "carrierwave", "~> 2.1"
gem "carrierwave", "~> 2.2"
gem "fog-aws"
gem "mini_magick", ">= 4.9.4"

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.1)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -203,7 +203,7 @@ GEM
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.5)
ffi (1.16.3)
fix-db-schema-conflicts (3.0.2)
rubocop (>= 0.38.0)
fog-aws (3.6.7)
Expand Down Expand Up @@ -318,7 +318,7 @@ GEM
mini_portile2 (2.8.4)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
minitest (5.19.0)
minitest (5.20.0)
momentjs-rails (2.20.1)
railties (>= 3.1)
multi_json (1.15.0)
Expand Down Expand Up @@ -371,7 +371,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.0.0)
Expand Down Expand Up @@ -493,7 +493,7 @@ GEM
rubocop (>= 0.49.0)
ruby-graphviz (1.2.3)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ruby-vips (2.2.0)
ffi (~> 1.12)
ruby2_keywords (0.0.4)
ruby_dep (1.5.0)
Expand Down Expand Up @@ -546,7 +546,7 @@ GEM
sshkit (1.18.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.0.7)
ssrf_filter (1.1.2)
strip_attributes (1.9.2)
activemodel (>= 3.0, < 7.0)
summernote-rails (0.8.10.0)
Expand Down Expand Up @@ -577,7 +577,7 @@ GEM
activerecord (>= 4.2)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -603,7 +603,7 @@ DEPENDENCIES
capistrano-rbenv (~> 2.1)
capistrano-sidekiq
capybara (~> 3.0)
carrierwave (~> 2.1)
carrierwave (~> 2.2)
chroma
chronic
closure_tree (~> 7.3)
Expand Down