diff --git a/Gemfile.lock b/Gemfile.lock index b4e180369dbd..e4faa80b837a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ PATH remote: modules/two_factor_authentication specs: openproject-two_factor_authentication (1.0.0) - aws-sdk-sns (~> 1.68.0) + aws-sdk-sns (~> 1.70.0) messagebird-rest (~> 1.4.2) rotp (~> 6.1) @@ -305,11 +305,11 @@ GEM public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) afm (0.2.2) - airbrake (13.0.3) + airbrake (13.0.4) airbrake-ruby (~> 6.0) airbrake-ruby (6.2.2) rbtree3 (~> 0.6) - appsignal (3.4.15) + appsignal (3.4.16) rack ast (2.4.2) attr_required (1.0.1) @@ -324,15 +324,15 @@ GEM aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.72.0) - aws-sdk-core (~> 3, >= 3.184.0) + aws-sdk-kms (1.74.0) + aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.138.0) - aws-sdk-core (~> 3, >= 3.181.0) + aws-sdk-s3 (1.141.0) + aws-sdk-core (~> 3, >= 3.189.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.6) - aws-sdk-sns (1.68.0) - aws-sdk-core (~> 3, >= 3.184.0) + aws-sigv4 (~> 1.8) + aws-sdk-sns (1.70.0) + aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) @@ -431,7 +431,7 @@ GEM disposable (0.6.3) declarative (>= 0.0.9, < 1.0.0) representable (>= 3.1.1, < 4) - doorkeeper (5.6.7) + doorkeeper (5.6.8) railties (>= 5) dotenv (2.8.1) dotenv-rails (2.8.1) @@ -482,13 +482,13 @@ GEM tzinfo eventmachine (1.2.7) eventmachine_httpserver (0.2.1) - excon (0.104.0) + excon (0.105.0) factory_bot (6.4.2) activesupport (>= 5.0.0) factory_bot_rails (6.4.2) factory_bot (~> 6.4) railties (>= 5.0.0) - faraday (2.7.11) + faraday (2.7.12) base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) @@ -581,13 +581,13 @@ GEM i18n-js (4.2.3) glob (>= 0.4.0) i18n - icalendar (2.10.0) + icalendar (2.10.1) ice_cube (~> 0.16) ice_cube (0.16.4) ice_nine (0.11.2) interception (0.5) io-console (0.6.0) - irb (1.9.0) + irb (1.10.0) rdoc reline (>= 0.3.8) iso8601 (0.13.0) @@ -668,7 +668,7 @@ GEM ruby2_keywords (~> 0.0.1) mustermann-grape (1.0.2) mustermann (>= 1.0.0) - net-imap (0.4.5) + net-imap (0.4.7) date net-protocol net-ldap (0.18.0) @@ -678,7 +678,7 @@ GEM timeout net-smtp (0.4.0) net-protocol - nio4r (2.6.0) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -845,7 +845,7 @@ GEM redis-client (0.18.0) connection_pool regexp_parser (2.8.2) - reline (0.4.0) + reline (0.4.1) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -970,10 +970,10 @@ GEM sprockets (>= 3.0.0) ssrf_filter (1.1.2) stackprof (0.2.25) - store_attribute (1.1.1) + store_attribute (1.2.0) activerecord (>= 6.0) stringex (2.8.6) - stringio (3.0.9) + stringio (3.1.0) structured_warnings (0.4.0) svg-graph (2.2.2) swd (2.0.2) diff --git a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec index fc6c35834eae..75435f5626c6 100644 --- a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec +++ b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec @@ -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.68.0' + s.add_dependency 'aws-sdk-sns', '~> 1.70.0' s.metadata['rubygems_mfa_required'] = 'true' end