diff --git a/Gemfile.lock b/Gemfile.lock index 44f2f4240bb2..7f2fb9047f32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ PATH remote: modules/two_factor_authentication specs: openproject-two_factor_authentication (1.0.0) - aws-sdk-sns (~> 1.61.0) + aws-sdk-sns (~> 1.65.0) messagebird-rest (~> 1.4.2) rotp (~> 6.1) @@ -320,8 +320,8 @@ GEM aws-sdk-core (~> 3, >= 3.177.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.6) - aws-sdk-sns (1.61.0) - aws-sdk-core (~> 3, >= 3.174.0) + aws-sdk-sns (1.65.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.6.0) aws-eventstream (~> 1, >= 1.0.2) @@ -435,13 +435,13 @@ GEM tzinfo eventmachine (1.2.7) eventmachine_httpserver (0.2.1) - excon (0.99.0) + excon (0.100.0) factory_bot (6.2.1) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.7.9) + faraday (2.7.10) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-follow_redirects (0.3.0) @@ -537,8 +537,8 @@ GEM ice_cube (0.16.4) interception (0.5) io-console (0.6.0) - irb (1.7.0) - reline (>= 0.3.0) + irb (1.7.4) + reline (>= 0.3.6) iso8601 (0.13.0) jmespath (1.6.2) json (2.6.3) @@ -685,7 +685,7 @@ GEM pry (>= 0.12.0) psych (5.1.0) stringio - public_suffix (5.0.1) + public_suffix (5.0.3) puffing-billy (3.1.0) addressable (~> 2.5) em-http-request (~> 1.1, >= 1.1.0) @@ -742,8 +742,9 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) @@ -769,7 +770,7 @@ GEM recaptcha (5.14.0) redcarpet (3.6.0) regexp_parser (2.8.1) - reline (0.3.5) + reline (0.3.6) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -801,7 +802,7 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-rails (6.0.3) @@ -814,7 +815,7 @@ GEM rspec-support (~> 3.12) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.12.0) + rspec-support (3.12.1) rubocop (1.54.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -912,7 +913,7 @@ GEM test-prof (1.2.2) text-hyphen (1.5.0) thor (1.2.2) - tilt (2.1.0) + tilt (2.2.0) timecop (0.9.6) timeout (0.4.0) trailblazer-option (0.1.2) diff --git a/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec b/modules/two_factor_authentication/openproject-two_factor_authentication.gemspec index 652cbd80c448..b45f2e12a2ce 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.61.0' + s.add_dependency 'aws-sdk-sns', '~> 1.65.0' s.metadata['rubygems_mfa_required'] = 'true' end