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

build(deps): bump mini_magick from 4.9.5 to 4.12.0 #256

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'will_paginate'
# 画像アップロード系
gem 'carrierwave'
gem 'fog-aws'
gem 'mini_magick', '4.9.5'
gem 'mini_magick', '4.12.0'

# 非同期実行
# gem 'delayed_job_active_record'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_magick (4.9.5)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.15.0)
msgpack (1.4.5)
multi_json (1.15.0)
nio4r (2.5.8)
nokogiri (1.13.3-aarch64-linux)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
parallel (1.21.0)
parser (3.1.1.0)
Expand All @@ -175,7 +175,7 @@ GEM
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (3.9.1)
racc (1.6.0)
racc (1.6.1)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -279,7 +279,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
bcrypt (~> 3.1.7)
Expand All @@ -293,7 +293,7 @@ DEPENDENCIES
jquery-rails
kaminari
listen
mini_magick (= 4.9.5)
mini_magick (= 4.12.0)
pg
pry-byebug
pry-rails
Expand Down