diff --git a/Gemfile b/Gemfile index 8d3a60cb..ff98b951 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem "pundit", "~> 2.4" gem "rubyzip", "~> 2.4" # to solve https://github.com/jwt/ruby-jwt/issues/526 -gem "openssl", "~> 3.2" +gem "openssl", "~> 3.3" # mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538 gem "mail", "~> 2.7.1" diff --git a/Gemfile.lock b/Gemfile.lock index 2e77201e..dea172e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -339,7 +339,7 @@ GEM oj (3.16.9) bigdecimal (>= 3.0) ostruct (>= 0.2) - openssl (3.2.0) + openssl (3.3.0) orm_adapter (0.5.0) os (1.1.4) ostruct (0.6.1) @@ -640,7 +640,7 @@ DEPENDENCIES net-pop net-smtp oj - openssl (~> 3.2) + openssl (~> 3.3) pg pghero prometheus-client (~> 4.2)