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 1.1.0 to 1.3.2 #20

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 @@ -20,7 +20,7 @@ gem 'grape_on_rails_routes'
gem 'grape-entity'
gem 'grape_logging'
gem 'grape-middleware-logger'
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'mini_magick'
gem 'delayed_job_active_record'
gem 'rest-client'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ GEM
bindex (0.5.0)
builder (3.2.3)
byebug (9.0.6)
carrierwave (1.1.0)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
chunky_png (1.3.10)
coderay (1.1.2)
coercible (1.0.0)
Expand All @@ -77,7 +78,7 @@ GEM
execjs
coffee-script-source (1.12.2)
colorize (0.8.1)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.8)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
Expand Down Expand Up @@ -147,7 +148,7 @@ GEM
hashdiff (0.3.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.6.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jbuilder (2.7.0)
Expand Down Expand Up @@ -178,15 +179,15 @@ GEM
mail (2.7.0)
mini_mime (>= 0.1.1)
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_magick (4.8.0)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
mini_racer (0.2.3)
libv8 (>= 6.3)
minitest (5.11.3)
minitest (5.14.3)
multi_json (1.12.1)
mustermann (1.0.0)
mustermann-grape (1.0.0)
Expand Down Expand Up @@ -295,6 +296,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
tabulo (1.2.2)
thor (0.20.3)
thread_safe (0.3.6)
Expand All @@ -316,7 +318,7 @@ GEM
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 (3.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -359,7 +361,7 @@ DEPENDENCIES
activerecord-import
airborne
byebug
carrierwave (~> 1.0)
carrierwave (~> 1.3)
chunky_png
coffee-rails
colorize
Expand Down