Skip to content

Commit

Permalink
bump aws-sdk-sns
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Sep 26, 2023
1 parent 6d3b0e8 commit 7594fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ PATH
remote: modules/two_factor_authentication
specs:
openproject-two_factor_authentication (1.0.0)
aws-sdk-sns (~> 1.65.0)
aws-sdk-sns (~> 1.66.0)
messagebird-rest (~> 1.4.2)
rotp (~> 6.1)

Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sdk-sns (1.65.0)
aws-sdk-sns (1.66.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.add_dependency 'messagebird-rest', '~> 1.4.2'
s.add_dependency 'rotp', '~> 6.1'

s.add_dependency 'aws-sdk-sns', '~> 1.65.0'
s.add_dependency 'aws-sdk-sns', '~> 1.66.0'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 7594fcc

Please sign in to comment.