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 the deps group with 4 updates #1846

Merged
merged 1 commit into from
Feb 17, 2025
Merged
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 @@ -52,7 +52,7 @@ gem "omniauth-rails_csrf_protection"
# Calendar syncing
gem "googleauth"

gem "image_processing", "~> 1.13"
gem "image_processing", "~> 1.14"
gem "mini_magick"

gem "barnes"
Expand Down
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ GEM
audited (5.8.0)
activerecord (>= 5.2, < 8.2)
activesupport (>= 5.2, < 8.2)
aws-eventstream (1.3.0)
aws-partitions (1.1048.0)
aws-eventstream (1.3.1)
aws-partitions (1.1050.0)
aws-sdk-core (3.218.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand All @@ -123,7 +123,7 @@ GEM
aws-sdk-kms (1.98.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.180.0)
aws-sdk-s3 (1.181.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -223,7 +223,9 @@ GEM
net-http-persistent (>= 4.0.4, < 5)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -272,8 +274,8 @@ GEM
http-form_data (2.3.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
io-console (0.8.0)
irb (1.15.1)
Expand All @@ -286,7 +288,7 @@ GEM
jmespath (1.6.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.1)
json (2.10.1)
jwt (2.10.1)
base64
language_server-protocol (3.17.0.3)
Expand All @@ -304,7 +306,7 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
locale (2.1.4)
logger (1.6.5)
logger (1.6.6)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand All @@ -324,7 +326,9 @@ GEM
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mini_magick (4.13.2)
mini_magick (5.1.2)
benchmark
logger
mini_mime (1.1.5)
minitest (5.25.4)
mjml-rails (4.14.0)
Expand Down Expand Up @@ -502,7 +506,7 @@ GEM
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.2)
ruby-vips (2.2.3)
ffi (~> 1.12)
logger
safely_block (0.4.1)
Expand Down Expand Up @@ -562,7 +566,7 @@ GEM
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
twilio-ruby (7.4.3)
twilio-ruby (7.4.4)
benchmark
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
Expand Down Expand Up @@ -624,7 +628,7 @@ DEPENDENCIES
good_job (~> 4.9)
googleauth
http
image_processing (~> 1.13)
image_processing (~> 1.14)
jbuilder (~> 2.13)
jsbundling-rails (~> 1.3)
lefthook
Expand Down
Loading