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.2.3 to 1.3.2 #16

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 @@ -32,7 +32,7 @@ gem 'jquery-rails'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'dotenv-rails'
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'mini_magick'
gem 'active_model_serializers'
# Use ActiveStorage variant
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ GEM
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
carrierwave (1.2.3)
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
childprocess (0.9.0)
Expand All @@ -95,8 +96,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.0.5-java)
concurrent-ruby (1.1.8)
crass (1.0.4)
dotenv (2.5.0)
dotenv-rails (2.5.0)
Expand All @@ -113,7 +113,7 @@ GEM
globalid (0.4.1)
activesupport (>= 4.2.0)
hashie (3.5.7)
i18n (1.1.0)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
jbuilder (2.7.0)
Expand All @@ -137,14 +137,14 @@ GEM
marcel (0.3.2)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2020.1104)
mimemagic (0.3.2)
mini_magick (4.8.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
minitest (5.14.3)
msgpack (1.2.4)
msgpack (1.2.4-java)
msgpack (1.2.4-x64-mingw32)
Expand Down Expand Up @@ -251,14 +251,15 @@ GEM
sqlite3 (1.3.13-x64-mingw32)
sqlite3 (1.3.13-x86-mingw32)
sqlite3 (1.3.13-x86-mswin32-60)
ssrf_filter (1.0.7)
thor (0.20.0)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tilt (2.0.8)
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2018.5)
tzinfo (>= 1.0.0)
Expand Down Expand Up @@ -291,7 +292,7 @@ DEPENDENCIES
bootstrap (~> 4.1.3)
byebug
capybara (>= 2.15)
carrierwave (~> 1.0)
carrierwave (~> 1.3)
chromedriver-helper
coffee-rails (~> 4.2)
dotenv-rails
Expand Down