Skip to content

Commit

Permalink
Update minor updated gems (huginn#3482)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 3ecf8a7 commit 624434c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gem 'omniauth-evernote'
gem 'listen', '~> 3.9.0', require: false

# S3Agent
gem 'aws-sdk-s3', '~> 1', '>= 1.176.1'
gem 'aws-sdk-s3', '~> 1', '>= 1.177.0'

# ImapFolderAgent
gem 'gmail_xoauth' # support for Gmail using OAuth
Expand Down Expand Up @@ -117,7 +117,7 @@ gem 'jsonpath', '~> 1.1', '>= 1.1.5'
gem 'kaminari', '~> 1.2', '>= 1.2.2'
gem 'kramdown'
gem 'liquid', '~> 5.6'
gem 'loofah', '~> 2.23', '>= 2.23.1'
gem 'loofah', '~> 2.24'
gem 'mail', '>= 2.8.1'
gem 'mini_magick', '>= 5.0.1'
gem 'multi_xml'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1029.0)
aws-partitions (1.1031.0)
aws-sdk-core (3.214.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand All @@ -181,7 +181,7 @@ GEM
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.176.1)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -477,7 +477,7 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.4)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
Expand Down Expand Up @@ -838,7 +838,7 @@ PLATFORMS

DEPENDENCIES
ace-rails-ap
aws-sdk-s3 (~> 1, >= 1.176.1)
aws-sdk-s3 (~> 1, >= 1.177.0)
better_errors
binding_of_caller
bootsnap
Expand Down Expand Up @@ -891,7 +891,7 @@ DEPENDENCIES
letter_opener_web (~> 3.0)
liquid (~> 5.6)
listen (~> 3.9.0)
loofah (~> 2.23, >= 2.23.1)
loofah (~> 2.24)
mail (>= 2.8.1)
mini_magick (>= 5.0.1)
mini_racer
Expand Down

0 comments on commit 624434c

Please sign in to comment.