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

Bump carrierwave from 1.1.0 to 1.3.2 #1

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 @@ -63,7 +63,7 @@ gem 'faraday'

# file attachments
gem 'fog-aws', group: [:staging, :production]
gem 'carrierwave', '~>1.1.0'
gem 'carrierwave', '~>1.3.2'

# development tools
gem 'better_errors', group: :development
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -786,21 +786,22 @@ GEM
rack (>= 0.9.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
builder (3.2.4)
bullet (5.9.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.0.0)
c_geohash (1.1.2)
carrierwave (1.1.0)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
case_transform (0.2)
activesupport
choice (0.2.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
connection_pool (2.2.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -887,12 +888,12 @@ GEM
activerecord (>= 2.3)
memory_profiler (0.9.12)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2020.1104)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.12.2)
minitest (5.14.3)
multi_json (1.13.1)
multipart-post (2.0.0)
netrc (0.11.0)
Expand Down Expand Up @@ -1063,6 +1064,7 @@ GEM
activerecord (>= 3.0)
activesupport (>= 3.0)
polyamorous (~> 1.1.0)
ssrf_filter (1.0.7)
text (1.3.1)
thor (0.19.4)
thread_safe (0.3.6)
Expand Down Expand Up @@ -1101,7 +1103,7 @@ DEPENDENCIES
bullet
byebug
c_geohash
carrierwave (~> 1.1.0)
carrierwave (~> 1.3.2)
database_cleaner
datastore_admin!
devise
Expand Down