Bump openssl from 3.2.0 to 3.3.0

Bumps [openssl](https://github.com/ruby/openssl) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/ruby/openssl/releases)
- [Changelog](https://github.com/ruby/openssl/blob/master/History.md)
- [Commits](https://github.com/ruby/openssl/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-23 09:15:02 +00:00 committed by GitHub
parent 0994977b4a
commit 2488686ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@ gem "pundit", "~> 2.4"
gem "rubyzip", "~> 2.3" gem "rubyzip", "~> 2.3"
# to solve https://github.com/jwt/ruby-jwt/issues/526 # 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 # mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
gem "mail", "~> 2.7.1" gem "mail", "~> 2.7.1"

View file

@ -318,7 +318,7 @@ GEM
oj (3.16.7) oj (3.16.7)
bigdecimal (>= 3.0) bigdecimal (>= 3.0)
ostruct (>= 0.2) ostruct (>= 0.2)
openssl (3.2.0) openssl (3.3.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
os (1.1.4) os (1.1.4)
ostruct (0.6.0) ostruct (0.6.0)
@ -599,7 +599,7 @@ DEPENDENCIES
net-pop net-pop
net-smtp net-smtp
oj oj
openssl (~> 3.2) openssl (~> 3.3)
pg pg
pghero pghero
prometheus-client (~> 4.2) prometheus-client (~> 4.2)