Skip to content

Commit

Permalink
Update json and aws-sdk-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Nov 18, 2024
1 parent aa56efd commit c049bbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.169.0'
gem 'aws-sdk-s3', '~> 1', '>= 1.171.0'

# ImapFolderAgent
gem 'gmail_xoauth' # support for Gmail using OAuth
Expand Down Expand Up @@ -112,7 +112,7 @@ gem 'httmultiparty', '~> 0.3.16'
gem 'httparty', '~> 0.22'
gem 'huginn_agent'
gem 'jquery-rails', '~> 4.6'
gem 'json', '~> 2.7', '>= 2.7.5'
gem 'json', '~> 2.8', '>= 2.8.2'
gem 'jsonpath', '~> 1.1', '>= 1.1.5'
gem 'kaminari', '~> 1.2', '>= 1.2.2'
gem 'kramdown'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,16 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1001.0)
aws-sdk-core (3.211.0)
aws-partitions (1.1009.0)
aws-sdk-core (3.213.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.95.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.169.0)
aws-sdk-s3 (1.171.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -451,7 +451,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.5)
json (2.8.2)
jsonpath (1.1.5)
multi_json
jwt (2.9.3)
Expand Down Expand Up @@ -865,7 +865,7 @@ PLATFORMS

DEPENDENCIES
ace-rails-ap
aws-sdk-s3 (~> 1, >= 1.169.0)
aws-sdk-s3 (~> 1, >= 1.171.0)
better_errors
binding_of_caller
bootsnap
Expand Down Expand Up @@ -911,7 +911,7 @@ DEPENDENCIES
huginn_agent
hypdf!
jquery-rails (~> 4.6)
json (~> 2.7, >= 2.7.5)
json (~> 2.8, >= 2.8.2)
jsonpath (~> 1.1, >= 1.1.5)
kaminari (~> 1.2, >= 1.2.2)
kramdown
Expand Down

0 comments on commit c049bbb

Please sign in to comment.